api7/apisix-mcp
ποΈ π π MCP Server that support for querying and managing all resource in [Apache APISIX](https://github.com/apache/apisix).
Quick Start
Clone the repository:
git clone https://github.com/api7/apisix-mcpClaude Desktop configuration example:
{
"mcpServers": {
"apisix-mcp": {
"command": "npx",
"args": [
"-y",
"api7/apisix-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.