# Bruno MCP Server

Run API tests seamlessly with Bruno collections. Get detailed execution results and insights through a standardized interface, enhancing your testing workflow. Simplify your API testing process and e…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hungthai1401/bruno-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list hungthai1401/bruno-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hungthai1401/bruno-mcp run-collection

# Call a tool
npx -y @smithery/cli@latest tool call hungthai1401/bruno-mcp run-collection '{}'
```

## Tools (1)

- `run-collection` — Run a Bruno Collection using Bruno CLI

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hungthai1401/bruno-mcp <tool-name>
```

---

Source: https://github.com/hungthai1401/bruno-mcp
