Apifox MCP Server
@apifox
About Apifox MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"API 文档": {
"command": "npx",
"args": [
"-y",
"apifox-mcp-server@latest",
"--project-id=<project-id>"
],
"env": {
"APIFOX_ACCESS_TOKEN": "<access-token>"
}
}
}
}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 Server?
Apifox MCP Server provides Apifox project API documentation as data to AI programming IDE tools like Cursor, enabling AI to directly access project API documentation.
How to use Apifox MCP Server?
Install Node.js 18+, generate an Apifox access token, obtain a project ID, then add the MCP configuration JSON to your IDE's MCP configuration file (e.g., ~/.cursor/mcp.json or Cline's MCP Server settings).
Key features of Apifox MCP Server
- Automatically reads all API docs from an entire Apifox project
- Caches API documentation data locally on your computer
- Provides API documentation data to AI via the Model Context Protocol
- Supports direct reading of Swagger/OAS files
- Supports multiple project API documentation configurations
Use cases of Apifox MCP Server
- Generate Product model definition code from API documentation
- Add new fields to a Product DTO based on updated API docs
- Add comments to each field in a Product class using API documentation
- Generate all MVC code related to a specific endpoint (e.g.,
/users)
FAQ from Apifox MCP Server
How does AI access the API documentation data?
AI reads all API documentation data from the entire Apifox project through the MCP protocol, with data cached locally on your computer.
How do I refresh API documentation data if Apifox data updates?
Tell AI to refresh the API documentation data, otherwise AI may read outdated cached data.
Which IDEs are supported?
Apifox MCP Server supports Cursor and VSCode with the Cline plugin, both of which support the MCP protocol.
What API documentation formats are supported?
Besides Apifox projects, the server also supports reading Swagger/OAS files directly via the --oas parameter (URL or local file path).
What should I note when configuring the MCP Server?
Name the MCP Server with "API文档" in its name for AI to recognize its purpose, avoid leaking access tokens in shared repositories, and add --apifox-api-base-url for on-premises deployment users.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments