Back to directory
apisix-mcp

apisix-mcp

@api736

APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API.

APISIXAPI GatewayLLMAdmin APIcloud

Installation & Configuration

{
  "apisix-mcp": {
    "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"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/3/26
Updated
2026/6/8