Bruno MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bruno MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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">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
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





