Bruno MCP Server

by hungthai1401

44 stars
152 downloads
Not rated
GitHub

About

Execute Bruno collections using the Bruno CLI, with support for environment files and detailed test results.

Details

Author
hungthai1401
GitHub stars
44
Downloads
152
Categories
Developer Tools, API, Other

- Run Bruno collections using the Bruno CLI
- Support for environment files and environment variables
- Detailed test results with overall success/failure
- Test summary (total, passed, failed counts)
- Detailed failure information with execution timings

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Bruno MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Smithery (npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claude) or manually by building the project and adding the server configuration to your Claude desktop config file. Then ask Claude to run a Bruno collection by providing the path, such as "Run the Bruno collection at /path/to/collection.bru and tell me if all tests passed".

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "bruno mcp server": {
            "bruno-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@hungthai1401/bruno-mcp",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "bruno-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@hungthai1401/bruno-mcp",
            "--client",
            "claude"
        ]
    }
}

Bruno MCP Server

<a href="https://glama.ai/mcp/servers/@hungthai1401/bruno-mcp"> Bruno MCP server </a>

Trust Score
smithery badge

An MCP (Model Context Protocol) server that enables running Bruno collections. This server allows LLMs to execute API tests using Bruno and get detailed results through a standardized interface.

Features

Run Bruno collections using the Bruno CLI
Support for environment files
Support for environment variables
Detailed test results including:
Overall success/failure status
Test summary (total, passed, failed)
Detailed failure information
Execution timings

Installation

Installing via Smithery

To install Bruno MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claude

Manual Installation

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.