apifox-mcp MCP 服务器
@Juzisuan965
About apifox-mcp MCP 服务器
apifox mcp server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Apifox-MCP": {
"command": "npx",
"args": [
"@juzi965/apifox-mcp-server"
],
"env": {
"APIFOX_AUTH": "..."
}
}
}
}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 is a TypeScript implementation of the Model Context Protocol (MCP) that runs over stdio and provides access to Apifox API data. It allows AI assistants to fetch detailed API endpoint definitions directly from the Apifox platform.
How to use apifox-mcp?
Install the npm package (@juzi965/apifox-mcp-server) and configure it as an MCP server in your environment (e.g., Cursor). Set the required APIFOX_AUTH environment variable with your Apifox authentication token. The server exposes a single tool, get_api_endpoint_info, which accepts projectId and endpointId as parameters.
Key features of apifox-mcp
- Exposes one tool:
get_api_endpoint_info - Retrieves full API endpoint definitions from Apifox
- Returns request headers, method, request/response parameters, and response headers
- Communicates via stdio (standard input/output)
- Requires only an Apifox authentication token for setup
Use cases of apifox-mcp
- AI assistant queries an API’s endpoint details to generate client code
- Developer asks for the request/response structure of an Apifox-managed API
- Automating documentation updates by fetching API definitions on demand
FAQ from apifox-mcp
What does the server do?
It provides a Model Context Protocol server that retrieves detailed information about API endpoints stored in Apifox, including request parameters, headers, and response structure.
What tool does the server expose?
The server exposes one tool called get_api_endpoint_info, which requires projectId and endpointId as mandatory parameters.
How do I set up authentication?
Set the APIFOX_AUTH environment variable with your Apifox authentication token. This token is required for the server to access Apifox API data.
How can I debug the server?
Because the MCP server communicates over stdio, debugging can be tricky. The README recommends using the MCP Inspector via npm run inspector, which provides a browser-based debugging interface.
What are the runtime requirements?
The server is a Node.js TypeScript project. You need Node.js installed, and you run it with npx or after building the project locally with npm run build. No other third-party dependencies beyond the MCP protocol libraries are mentioned.
Frequently asked questions
What does the server do?
It provides a Model Context Protocol server that retrieves detailed information about API endpoints stored in Apifox, including request parameters, headers, and response structure.
What tool does the server expose?
The server exposes one tool called `get_api_endpoint_info`, which requires `projectId` and `endpointId` as mandatory parameters.
How do I set up authentication?
Set the `APIFOX_AUTH` environment variable with your Apifox authentication token. This token is required for the server to access Apifox API data.
How can I debug the server?
Because the MCP server communicates over stdio, debugging can be tricky. The README recommends using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector) via `npm run inspector`, which provides a browser-based debugging interface.
What are the runtime requirements?
The server is a Node.js TypeScript project. You need Node.js installed, and you run it with `npx` or after building the project locally with `npm run build`. No other third-party dependencies beyond the MCP protocol libraries are mentioned.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Nginx UI
0xJackyYet another WebUI for Nginx
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments