MCP.so
Sign In

Apifox MCP 伺服器

@Minidoracat

About Apifox MCP 伺服器

🚀 Apifox MCP 伺服器 - 支援 uvx 安裝的 Python 實現,將 Apifox API 文檔暴露給 MCP 客戶端

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

Minidoracat

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "apifox-mcp-server-uvx": {
      "command": "uvx",
      "args": [
        "apifox-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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_TOKENAPIFOX_PROJECT_ID,並在 MCP 客戶端(如 Cursor、Claude Desktop)的設定檔中新增對應配置。

Key features of Apifox MCP 伺服器

  • 使用 uvx 安裝,無需手動設定
  • 環境變數配置,簡單快速
  • 存取所有 API 端點、資料夾和結構描述
  • 內建智慧快取,可設定 TTL
  • 按名稱、描述、路徑或標

Comments

More Other MCP servers