ApiFox MCP ServerServer

wangmhaha
GitHub
API ManagementModel Context ProtocolTypeScript

Loading subscription status...

💡 Description

A server that enables accessing and managing ApiFox API information through the Model Context Protocol, supporting both HTTP services and CLI commands.

📝 JSON Entries

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

🛠️ Tools

curlpnpm

Features

  • Supports retrieval of ApiFox interface information via MCP protocol
  • Provides HTTP service and CLI command usage
  • Developed in TypeScript for type safety
  • Supports environment variable configuration