MCP Catalogs
Home

bruno-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

bruno-mcp
by macarthy
time
by modelcontextprotocol
Stars★ 23★ 85,748
30d uses
Score4077
Official
Categories
Developer ToolstestingProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

bruno-mcp · Summary

MCP server for programmatically generating Bruno API testing files, collections, environments, and requests.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

bruno-mcp · Use cases

  • Automatically generate API test collections for new microservices
  • Create and manage testing environments for different stages
  • Generate API test suites for legacy documentation conversion

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

bruno-mcp · Install

Installation

# Clone the repository
git clone https://github.com/macarthy/bruno-mcp.git
cd bruno-mcp

# Install dependencies
npm install

# Build the project
npm run build

Claude Desktop Integration

Add the following to your Claude Desktop config file:

{
  "mcpServers": {
    "bruno-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/bruno-mcp/dist/index.js"],
      "env": {}
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.