MCP.so
ログイン

Bruno MCP Server

@hungthai1401

Bruno MCP Server について

MCP Server for running Bruno Collections

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

hungthai1401

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bruno MCP Server?

Bruno MCP Server is an MCP server that enables LLMs to execute API tests using Bruno and get detailed results through a standardized interface. It runs Bruno collections via the Bruno CLI and is designed for developers who want to interact with API test suites through natural language.

How to use Bruno MCP Server?

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".

Key features of Bruno MCP Server

  • 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

Use cases of Bruno MCP Server

  • Running Bruno API test collections via natural language prompts
  • Automating test execution in LLM-driven development workflows
  • Checking collection results with different environment configurations
  • Obtaining structured test reports for debugging or reporting

FAQ from Bruno MCP Server

How do I install Bruno MCP Server?

You can install it via Smithery with the command npx -y @smithery/cli install @hungthai1401/bruno-mcp --client claude, or manually by running npm install and npm run build.

Where do I configure Bruno MCP Server for Claude Desktop?

Add the server entry to your Claude desktop configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json with the command "npx" and args ["-y", "bruno-mcp"].

What tools does Bruno MCP Server provide?

It provides the run-collection tool, which accepts a required collection path, an optional environment file path, and optional variables as key-value pairs.

What does the response from run-collection include?

The response includes a success boolean, a summary with total/passed/failed counts, a failures array, and timings with started/completed timestamps and duration in milliseconds.

Does Bruno MCP Server support environment configurations?

Yes, it supports both environment files and environment variables, passed as optional parameters to the run-collection tool.

コメント

「その他」の他のコンテンツ