Skip to content
Cursor

Bruno MCP Studio for Cursor

io.github.ostico/bruno-mcp-studio

Author, edit and run Bruno collections as files: HTTP, WebSocket, gRPC, per-request pass/fail.

client:Cursor transport:stdio runtime:npm

Install Bruno MCP Studio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bruno-mcp-studio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ostico/bruno-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bruno MCP Studio in other clients