Exa MCP ServerServer

MrunmayS
GitHub
web searchAI assistantAPI integration

Loading subscription status...

πŸ’‘ Description

The Exa MCP server allows AI assistants like Claude to use the Exa AI Search API for web searches, enabling real-time web information retrieval in a safe and controlled manner.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "exa": {
        "env": {
          "EXA_API_KEY": "your-api-key-here"
        },
        "args": [
          "/path/to/exa-mcp-server/build/index.js"
        ],
        "command": "npx"
      }
    }
  ]
}

πŸ› οΈ Tools

Node.jsGitNPM

⚑ Features

  • Web search tool: Allows Claude to search the web using natural language queries.
  • Error handling: Gracefully manages API errors and rate limits.
  • Type safety: Complete TypeScript implementation with appropriate type checking.

πŸ’¬ Example Queries

  • Can you search for recent developments in quantum computing?
  • Search for and summarize the latest news about artificial intelligence startups in New York.
  • Find and analyze recent research papers about climate change solutions.