Apifox MCP 伺服器
@Minidoracat
关于 Apifox MCP 伺服器
🚀 Apifox MCP 伺服器 - 支援 uvx 安裝的 Python 實現,將 Apifox API 文檔暴露給 MCP 客戶端
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"apifox-mcp-server-uvx": {
"command": "uvx",
"args": [
"apifox-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Apifox MCP 伺服器?
Apifox MCP 伺服器是一個模型上下文協議(MCP)伺服器,將 Apifox API 文檔暴露給 MCP 客戶端(如 Cursor 和 Claude Desktop)。它使用 Python 實現,支援 uvx 安裝,並透過環境變數進行配置。
How to use Apifox MCP 伺服器?
透過 uvx 直接執行:uvx apifox-mcp-server;或使用 pip 安裝後執行 apifox-mcp-server。設定環境變數 APIFOX_ACCESS_TOKEN 和 APIFOX_PROJECT_ID,並在 MCP 客戶端(如 Cursor、Claude Desktop)的設定檔中新增對應配置。
Key features of Apifox MCP 伺服器
- 使用 uvx 安裝,無需手動設定
- 環境變數配置,簡單快速
- 存取所有 API 端點、資料夾和結構描述
- 內建智慧快取,可設定 TTL
- 按名稱、描述、路徑或標
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论