exa-search-server is a Search MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent use exa-search-server's tools remotely over a hosted MCP endpoint — no local install. Connect it via its hosted endpoint https://mcp.exa.ai/mcp.
Search
use exa-search-server's tools remotely over a hosted MCP endpoint — no local install. 2 tools, http transport. Audited by CheckMCP: 89/100 (B).
Official homepagehttps://mcp.exa.ai/mcpHTTP / SSEWorks identically across clients. Only the config file path differs.
~/.claude.json{
"mcpServers": {
"hosted-mcp-exa-ai": {
"transport": "http",
"url": "https://mcp.exa.ai/mcp",
"type": "hosted",
"added_by": "checkmcp"
}
}
}.cursor/mcp.json{
"mcpServers": {
"hosted-mcp-exa-ai": {
"transport": "http",
"url": "https://mcp.exa.ai/mcp",
"type": "hosted",
"added_by": "checkmcp"
}
}
}Google Search API for structured results
Privacy-first web search engine
Full-text and semantic search engine. Lightning fast, typo-tolerant search with filtering and faceting.
Search the web using Kagi's premium, ad-free search API. High-quality results without tracking.
If exa-search-server doesn't fit your stack, these Search MCP servers solve similar problems.
The exa-search-server MCP server is an Search Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents use exa-search-server's tools remotely over a hosted MCP endpoint — no local install. It exposes exa-search-server's capabilities as tools the AI can call directly from your editor or CLI.
exa-search-server is a hosted MCP server — no local install. Add its remote endpoint `https://mcp.exa.ai/mcp` to your client config under `mcpServers` (HTTP/SSE transport) and restart your client.
Yes. The exa-search-server MCP server is free and open source. You may still need a exa-search-server account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.
Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"hosted-mcp-exa-ai": {
"transport": "http",
"url": "https://mcp.exa.ai/mcp",
"type": "hosted",
"added_by": "checkmcp"
}
}
}Once installed, your AI agent can use exa-search-server's tools remotely over a hosted MCP endpoint — no local install directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run exa-search-server operations, inspect results, chain exa-search-server with other MCP servers (see our Workflow Recipes), and automate repetitive search tasks without leaving your editor.