Bruno API Testing

v1.0.0Developer Toolsstable

Integrates Bruno CLI for API testing, enabling users to run API requests and collections, manage environments, generate test reports (JSON/JUnit/HTML), and validate collection structures through natural language commands.

api-testingautomationbrunoclaudemcp
Share:
23
Stars
0
Downloads
0
Weekly
0/5

What is Bruno API Testing?

Bruno API Testing is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to integrates bruno cli for api testing, enabling users to run api requests and collections, manage environments, generate test reports (json/junit/html), and validate collection structures through natur...

Integrates Bruno CLI for API testing, enabling users to run API requests and collections, manage environments, generate test reports (JSON/JUnit/HTML), and validate collection structures through natural language commands.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Integrates Bruno CLI for API testing, enabling users to run

Use Cases

API request and collection management
Test report generation
Environment configuration
macarthy

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx bruno-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Bruno API Testing

Bruno MCP Server integrates the Bruno API testing tool with Claude and other MCP clients, enabling natural language control over API testing workflows. It wraps the Bruno CLI to let users run API requests and collections, manage environments, generate test reports in JSON, JUnit, or HTML format, and validate collection structures — all through conversational commands. Development teams using Bruno for API testing can use this server to trigger test runs, analyze results, and manage their testing infrastructure without leaving their AI chat interface.

Prerequisites

  • Node.js 18+ with npm installed
  • Bruno CLI installed globally (`npm install -g @usebruno/cli`)
  • An existing Bruno collection or API test suite
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

Clone the Bruno MCP server repository from GitHub.

git clone https://github.com/macarthy/bruno-mcp.git
cd bruno-mcp
2

Install dependencies and build

Install npm dependencies and compile the TypeScript source.

npm install
npm run build
3

Install Bruno CLI if not already installed

The MCP server delegates to the Bruno CLI (`bru`) for actually running tests. Ensure it is installed globally.

npm install -g @usebruno/cli
bru --version
4

Configure Claude Desktop

Add the Bruno MCP server to your Claude Desktop config using the absolute path to the built dist/index.js file.

5

Restart Claude Desktop and verify

Restart Claude Desktop. You should see Bruno tools available including run_collection, create_request, and get_collection_stats.

Bruno API Testing Examples

Client configuration

Claude Desktop configuration for the Bruno MCP server pointing to the built JavaScript file.

{
  "mcpServers": {
    "bruno-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/bruno-mcp/dist/index.js"],
      "env": {}
    }
  }
}

Prompts to try

Examples of API testing tasks you can perform through Claude with Bruno MCP.

- "Run all tests in my Bruno collection at ./my-api-tests and show the results"
- "Generate a JUnit test report for the authentication collection"
- "What is the structure and stats of my Bruno collection?"
- "Run only the POST /users request in the users collection"
- "Validate my Bruno collection structure and flag any issues"

Troubleshooting Bruno API Testing

bru command not found when running tests

Install the Bruno CLI globally with `npm install -g @usebruno/cli`. If it is installed but not found, ensure your global npm bin directory is in PATH. Run `npm bin -g` to find the location and add it to your shell profile.

Server fails to start with 'Cannot find module' error

Ensure you ran `npm run build` before configuring Claude Desktop. The dist/ directory must exist. Re-run `npm install && npm run build` from the bruno-mcp directory and verify dist/index.js exists.

Test reports are not generated in the expected format

Bruno CLI report generation requires the `--reporter-json`, `--reporter-junit`, or `--reporter-html` flags. Specify the desired format explicitly in your prompt (e.g., 'generate a JUnit report') so the MCP server passes the correct flags to bru.

Frequently Asked Questions about Bruno API Testing

What is Bruno API Testing?

Bruno API Testing is a Model Context Protocol (MCP) server that integrates bruno cli for api testing, enabling users to run api requests and collections, manage environments, generate test reports (json/junit/html), and validate collection structures through natural language commands. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Bruno API Testing?

Follow the installation instructions on the Bruno API Testing GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Bruno API Testing?

Bruno API Testing works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Bruno API Testing free to use?

Yes, Bruno API Testing is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "bruno-mcp-server": { "command": "npx", "args": ["-y", "bruno-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Bruno API Testing?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides