Odel
mcp exa

mcp exa

Local
@daedalusPythonMITUpdated 4mo ago

MCP server exposing Exa websearch API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-exav0.1.1

Run

uvx mcp-exa

MCP client config

{
  "mcpServers": {
    "mcp-exa": {
      "command": "uvx",
      "args": [
        "mcp-exa"
      ]
    }
  }
}