Apifox MCP Server is an MCP tool that enables AI assistants to directly and in real-time parse the API definitions in Apifox, thereby achieving the automatic generation of TypeScript types, interfaces, and calling functions.
Server Config
{
"mcpServers": {
"Apifox-MCP": {
"command": "npx",
"args": [
"@juzi965/apifox-mcp-server"
],
"env": {
"APIFOX_AUTH": "..."
}
}
}
}