The bzm mcp server enables AI agents to execute performance tests using BlazeMeter. It exposes tools for test creation, execution, and reporting. It connects to BlazeMeter's cloud-based load testing platform, allowing agents to run tests on various protocols like HTTP, JMS, and WebSockets. Developers use it to automate performance testing in CI/CD pipelines and monitor application performance under load.
The bzm mcp server enables AI agents to execute performance tests using BlazeMeter. It exposes tools for test creation, execution, and reporting. It connects to BlazeMeter's cloud-based load testing platform, allowing agents to run tests on various protocols like HTTP, JMS, and WebSockets. Developers use it to automate performance testing in CI/CD pipelines and monitor application performance under load.
pip install bzm-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"blazemeter-bzm-mcp-github": {
"command": "uvx",
"args": [
"pip install bzm-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from bzm mcp?"
API Key Required
This server requires an API key from bzm mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BZM_MCP_API_KEY | Yes | Your bzm mcp API key |
"What resources are available in bzm mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in bzm mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in bzm mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.