Exa MCP Server 🔍
@MCP-Mirror
关于 Exa MCP Server 🔍
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"exa-labs_exa-mcp-server": {
"command": "node",
"args": [
"--version",
"#",
"Should",
"show",
"v18.0.0",
"or",
"higher"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Exa MCP Server?
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
How to use Exa MCP Server?
Install the server globally via npm install -g exa-mcp-server or use Smithery for automatic setup. Configure Claude Desktop by adding the server to claude_desktop_config.json with the command npx and arguments pointing to the built index.js, and set the EXA_API_KEY environment variable to your valid Exa API key. Restart Claude Desktop completely and look for the 🔌 icon to verify the connection.
Key features of Exa MCP Server
- Web search tool for natural language queries
- Returns structured search results (titles, URLs, snippets)
- Graceful error handling and rate limit management
- Full TypeScript implementation with type safety
- Caches search results for future reference
Use cases of Exa MCP Server
- AI assistants performing real-time web searches via natural language
- Retrieving and summarizing the latest news on specific topics
- Gathering and analyzing recent research papers or technical developments
- Sourcing structured information for fact-checking or report generation
FAQ from Exa MCP Server
What prerequisites are required?
Node.js v18 or higher, Claude Desktop installed, and a valid Exa API key from dashboard.exa.ai/api-keys.
How do I configure the server in Claude Desktop?
Add an exa entry to the mcpServers object in claude_desktop_config.json with the command npx, arguments pointing to the build/index.js path, and the EXA_API_KEY environment variable set to your API key.
How can I verify the server is connected?
After restarting Claude Desktop, look for the 🔌 icon to confirm the Exa server is connected.
What should I do if the server is not found?
Verify the npm link is correctly set up, check the Claude Desktop configuration syntax, and ensure Node.js is properly installed (v18 or higher).
Where can I get help with troubleshooting issues?
Review the Model Context Protocol (MCP) documentation at modelcontextprotocol.io, and check Claude Desktop logs using tail -n 20 -f ~/Library/Logs/Claude/mcp*.log on macOS.
搜索 分类下的更多 MCP 服务器
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
duckduckgo-search MCP Server
zhsamaSerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
评论