E

Exa MCP

Neural web search with Exa.

Community·No reviews yet
Repo
Share:

About

Search the web with Exa's neural search API.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Exa MCP

Server URL

https://mcp.exa.ai/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp",
      "transport": "http",
      "authType": "api_key"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "exa": {
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "exa": {
      "type": "http",
      "url": "https://mcp.exa.ai/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.