hungthai1401/bruno-mcp
MCP Server for running Bruno Collections
Platform-specific configuration:
{
"mcpServers": {
"bruno-mcp": {
"command": "npx",
"args": [
"-y",
"bruno-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://mseep.ai/app/hungthai1401-bruno-mcp)
<a href="https://glama.ai/mcp/servers/@hungthai1401/bruno-mcp"> </a>
[](https://archestra.ai/mcp-catalog/hungthai1401__bruno-mcp) [](https://smithery.ai/server/@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.
To install Bruno MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claude# Install dependencies
npm install
# Build the project
npm run buildAdd the server to your Claude desktop configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bruno-runner": {
"command": "npx",
"args": ["-y", "bruno-mcp"],
}
}
}Runs a Bruno collection and returns the test results.
Parameters:
collection (required): Path to the Bruno collectionenvironment (optional): Path to environment filevariables (optional): ELoading reviews...