AgentHubAgentHub

Apifox

MCP ServerMCP Hub 中国

io.mcp-cn.wangmhaha/apifox-mcp-server · vlatest

Apifox的MCP服务器,支持Apifox的读取和写入

概览

Apifox 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

ApifoxMCPApifoxAPI

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "apifox-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@wangmhaha/apifox-mcp-server"
      ],
      "env": {
        "APIFOX_API_KEY": "<APIFOX_API_KEY>",
        "PROJECT_ID": "<PROJECT_ID>"
      }
    }
  }
}

环境变量

APIFOX_API_KEY必填secret

<your-apifox-api-key>

PROJECT_ID必填

<your-project-id>

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.wangmhaha/apifox-mcp-server",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Apifox",
  "description": "Apifox的MCP服务器,支持Apifox的读取和写入",
  "author": {
    "name": "wangmhaha"
  },
  "homepage": "https://mcp-cn.com/server/109",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@wangmhaha/apifox-mcp-server",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "APIFOX_API_KEY",
            "description": "<your-apifox-api-key>",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "PROJECT_ID",
            "description": "<your-project-id>",
            "isRequired": true,
            "isSecret": false
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:2577",
    "Apifox",
    "MCP",
    "Apifox",
    "API"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@wangmhaha/apifox-mcp-server",
    "originalUrl": "https://mcp-cn.com/server/109",
    "isOfficial": false,
    "status": "active"
  }
}
Apifox — MCP Server 安装与配置 · AgentHub