# Kong/kong | Model Context Protocol (MCP) Server > 🦍 The API and AI Gateway - **Stars**: ⭐ 43,925 - **Language**: Lua - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "kong": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kong" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "kong": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kong" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-kong` - **Docker**: `docker run -i --rm mcp/kong`