bzm-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
bzm-mcp by Blazemeter | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
bzm-mcp · Summary
BlazeMeter MCP server enables AI-driven performance testing via natural language commands.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
bzm-mcp · Use cases
- Automating load test creation and execution through AI assistants
- Generating performance test reports via natural language requests
- Managing BlazeMeter test infrastructure programmatically using AI agents
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
bzm-mcp · Install
Installation Options
**Binary Installation (Recommended)**
- Download the binary for your OS from [Releases](https://github.com/BlazeMeter/bzm-mcp/releases)
- Place the binary in the same folder as your
api-keys.jsonfile - Run the binary to launch the interactive configuration tool
**Source Code Installation with uv**
{
"mcpServers": {
"BlazeMeter MCP": {
"command": "uvx",
"args": [
"--from", "git+https://github.com/BlazeMeter/bzm-mcp.git@v1.0.1",
"-q", "bzm-mcp", "--mcp"
],
"env": {
"BLAZEMETER_API_KEY": "/path/to/your/api-key.json"
}
}
}
}**Docker Installation**
{
"mcpServers": {
"BlazeMeter MCP": {
"command": "docker",
"args": [
"run",
"--pull=always",
"--rm",
"-i",
"-e", "API_KEY_ID=your_api_key_id",
"-e", "API_KEY_SECRET=your_api_key_secret",
"ghcr.io/blazemeter/bzm-mcp:latest"
]
}
}
}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"]
}
}
}