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": "..."
}
}
}
}