A lightweight MCP server that encapsulates the Exa Pool API as a toolkit for AI assistants to call.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"exa-pool-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
轻量的 MCP Server,将 Exa Pool API 封装为可供 AI 助手调用的工具集。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.
MCP Security Weekly
Get CVE alerts and security updates for Exa Pool Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
轻量的 MCP Server,将 Exa Pool API 封装为可供 AI 助手调用的工具集。
下载 exa_pool_mcp.py 到本地:
# 下载到 ~/.claude/ 目录(推荐)
curl -o ~/.claude/exa_pool_mcp.py https://raw.githubusercontent.com/TullyMonster/exa-pool-mcp/main/exa_pool_mcp.py
# 或克隆整个仓库
git clone https://github.com/TullyMonster/exa-pool-mcp.git && cd exa-pool-mcp
以 Claude Code 为例:
claude mcp add --transport stdio exa-pool --env EXA_POOL_BASE_URL=... --env EXA_POOL_API_KEY=... -- uv run ~/.claude/exa_pool_mcp.py
重启 Claude Code 以应用 MCP 的配置变更。
若需高使用限额或商业用途,请考虑使用 Exa 官方 API。