Exa MCP Server

Active
GitHub TypeScript MIT

Description

The official Exa MCP server providing AI coding assistants and chat tools with powerful web search and crawling capabilities, including semantic search, precise content extraction, and deep crawling for real-time web information.

Key Features

  • Official Exa MCP server with one-click connection to Cursor, VS Code, Claude and other AI tools
  • Semantic search, web content crawling, and company research capabilities
  • Code search to precisely locate code snippets and technical documentation
  • MCP protocol compatible, integrates with any MCP-supporting AI assistant
  • Hosted service requires no local deployment, usable via API key

Use Cases

💡 AI coding assistants searching for latest technical docs and API references while programming
💡 Automated competitor research and market intelligence gathering
💡 Code search and open-source project discovery
💡 Real-time web information retrieval to enhance AI conversation context accuracy
💡 Research teams' technical literature search and knowledge organization

Categories

Quick Start

After getting your Exa API Key, add the server config to Cursor's mcp.json: {"exa": {"url": "https://mcp.exa.ai/mcp"}}, or run claude mcp add --transport http exa https://mcp.exa.ai/mcp in Claude Code to enable.

Related Projects