MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

A lightweight MCP server that encapsulates the Exa Pool API as a toolkit for AI assistants to call.

创建于 12/25/2025
更新于 about 8 hours ago
Repository documentation and setup instructions

Exa Pool MCP

轻量的 MCP Server,将 Exa Pool API 封装为可供 AI 助手调用的工具集。

安装与配置

1. 下载

下载 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

2. 配置

以 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

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx exa-pool-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "tullymonster-exa-pool-mcp": { "command": "uvx", "args": [ "exa-pool-mcp" ] } } }