Install to ToolCloud
One click. No local setup. Works with any MCP client.
Neural search engine for AI. Search the web with meaning-based queries and get clean, LLM-ready content from any webpage.
apineural-searchsearchweb
Manual Installation
Claude Code
claude mcp add exa-search -- npx -y exa-mcp-serverCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"exa": {
"env": {
"EXA_API_KEY": "your-api-key"
},
"args": [
"-y",
"exa-mcp-server"
],
"command": "npx"
}
}
}