mcpbeat Sign in

Bruno MCP Studio MCP Server

local only

Bruno MCP Studio runs on your own machine — the client starts it, so there is no endpoint to ping. 195 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 329 · avg 64 · -56% w/w
a month agotoday
195
Installs / week
npm · @ostico/bruno-mcp
5
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

        await fs.rm(args.collectionPath, { recursive: true, force: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bruno-mcp-studio -- npx -y @ostico/bruno-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bruno-mcp-studio": {
      "args": [
        "-y",
        "@ostico/bruno-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bruno-mcp-studio]
command = "npx"
args = ["-y", "@ostico/bruno-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bruno-mcp-studio": {
      "args": [
        "-y",
        "@ostico/bruno-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bruno-mcp-studio": {
      "args": [
        "-y",
        "@ostico/bruno-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bruno MCP Studio

same job, measured the same way
Mailpal
by michaelyousrie

List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro

55 installs/wk local only
Web Task
by rich-jojo

Browser tasks, sessions, and recipes for MCP and HTTP automation.

69 installs/wk local only
Web Task
by jojo-labs

Browser tasks, sessions, and recipes for MCP and HTTP automation.

local only
Gud API MCP
by gudlab

AI agents create, run, and save API requests as Gud API collections in your project.

56 installs/wk local only
Lacuna Research MCP
by tiptreesystems

Search Lacuna's ML research graph for papers, directions, authors, venues, and hypotheses.

122 installs/wk local only
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
API Testing MCP
by cocaxcode

MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.

162 installs/wk local only
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

991 installs/wk local only

Bruno MCP Studio — questions

Answers built from our own checks of this server.

Why is there no uptime for Bruno MCP Studio?
Bruno MCP Studio runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ostico/bruno-mcp was installed 195 times last week.
How do I connect Bruno MCP Studio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ostico/bruno-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bruno MCP Studio?
The npm package @ostico/bruno-mcp was installed 195 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bruno MCP Studio open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.