# usebruno/bruno | Model Context Protocol (MCP) Server > Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia) - **Stars**: ⭐ 46,318 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "bruno": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bruno" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "bruno": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bruno" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-bruno` - **Docker**: `docker run -i --rm mcp/bruno`