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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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
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
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments