apisix-mcp

apisix-mcp

23

APISIX Model Context Protocol Server connects large language models with the APISIX Admin API, facilitating natural language interactions to manage APISIX resources. Key features include retrieval and management of various resources, plugin configurations, and security management.

What is the primary function of the APISIX MCP Server?

The primary function of the APISIX MCP Server is to enable natural language-based interaction with APISIX resources through MCP-compatible AI clients.

Which AI clients are compatible with the APISIX MCP Server?

The APISIX MCP Server is compatible with AI clients such as Claude, Cursor, and Copilot.

What types of operations can be performed using the APISIX MCP Server?

Operations include managing routes, services, upstreams, plugins, and security configurations such as secrets and consumer credentials.

How can I install the APISIX MCP Server using Smithery?

You can install the APISIX MCP Server using Smithery with the command: npx -y @smithery/cli install @api7/apisix-mcp --client claude.

What environment variables are required for configuring the APISIX MCP Server?

Required environment variables include APISIX_SERVER_HOST, APISIX_SERVER_PORT, APISIX_ADMIN_API_PORT, APISIX_ADMIN_API_PREFIX, and APISIX_ADMIN_KEY.