Apifox MCP 伺服器

by Minidoracat

384 downloads
Not rated
GitHub

About

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

Details

Author
Minidoracat
Downloads
384
Categories
Other

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Apifox MCP 伺服器
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

透過 uvx 直接執行:uvx apifox-mcp-server;或使用 pip 安裝後執行 apifox-mcp-server。設定環境變數 APIFOX_ACCESS_TOKENAPIFOX_PROJECT_ID,並在 MCP 客戶端(如 Cursor、Claude Desktop)的設定檔中新增對應配置。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "apifox mcp \u4f3a\u670d\u5668": {
            "apifox-mcp-server-uvx": {
                "command": "uvx",
                "args": [
                    "apifox-mcp-server"
                ]
            }
        }
    }
}

McpServers

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

Apifox MCP 伺服器

一個模型上下文協議(MCP)伺服器,將 Apifox API 文檔暴露給 MCP 客戶端,如 Cursor 和 Claude Desktop。此 Python 實現支援 uvx 安裝,並使用環境變數進行配置。

🎯 功能特色

- 簡易安裝:使用 uvx 安裝和執行 - 無需手動設定
- 環境變數配置:使用 APIFOX_PROJECT_IDAPIFOX_ACCESS_TOKEN 進行配置
- 全面的 API 存取:存取所有 API 端點、資料夾和結構描述
- 智慧快取:內建快取機制,可配置 TTL
- 搜尋功能:按名稱、描述、路徑或標籤搜尋 API
- 資源瀏覽:透過 MCP 資源瀏覽專案結構
- 錯誤處理:強健的錯誤處理和日誌記錄

🚀 快速開始

前置需求

- Python 3.10 或更高版本
- 已安裝 uvx(推薦)或 pip
- 具有 API 存取權限的 Apifox 帳戶

使用 uvx 安裝(推薦)

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.