Exa Search
Neural web search via the Exa API — semantic search, content extraction, find-similar.
Install
npm install -g exa-mcp-server Claude Desktop / Cursor config
Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.
{
"mcpServers": {
"exa": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": { "EXA_API_KEY": "${EXA_API_KEY}" }
}
}
} About
Exa's neural-search MCP server. Three primary tools: semantic web search, full-content extraction for any URL, and find-similar (give a URL, get other pages on the same topic). Returns clean markdown bodies suitable for direct context-injection.
More AI servers
-
Brave Search
Web + local-business search via the Brave Search API — privacy-first, no Google account required.
-
Memory
Knowledge-graph memory — store entities, observations, and relations across conversations.
-
Sequential Thinking
Structured chain-of-thought scaffolding — the model writes its own multi-step plan as MCP calls.
Discussion (0)
Sign in to comment →No comments yet. Sign in to start the discussion.