
APISIX Model Context Protocol Server
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install api7/apisix-mcp -c claude
This command will automatically install and configure the APISIX Model Context Protocol Server MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"APISIX Model Context Protocol Server": {
"command": "npx",
"args": [
"-y",
"apisix-mcp"
],
"env": {
"APISIX_SERVER_HOST": "your-apisix-server-host",
"APISIX_SERVER_PORT": "your-apisix-server-port",
"APISIX_ADMIN_API_PORT": "your-apisix-admin-api-port",
"APISIX_ADMIN_API_PREFIX": "your-apisix-admin-api-prefix",
"APISIX_ADMIN_KEY": "your-apisix-api-key"
}
}
}
}
Related topics:
Details:
Stars
23Forks
7Last commit
2 months agoRepository age
3 monthsLicense
Apache-2.0
Auto-fetched from GitHub .
MCP servers similar to APISIX Model Context Protocol Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit