# Kong/insomnia | Model Context Protocol (MCP) Server > The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage. - **Stars**: ⭐ 39,938 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "insomnia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-insomnia" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "insomnia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-insomnia" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-insomnia` - **Docker**: `docker run -i --rm mcp/insomnia`