LIVE ENDPOINT
https://docs.jmeter.ai/api/mcp
Connect to this endpoint to inspect the live schema for lookup_jmeter_property and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jmeter-docs]
url = "https://docs.jmeter.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jmeter-docs": {
"type": "http",
"url": "https://docs.jmeter.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jmeter-docs
Remote MCP URL: https://docs.jmeter.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jmeter-docs": {
"url": "https://docs.jmeter.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jmeter-docs": {
"type": "http",
"url": "https://docs.jmeter.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jmeter-docs",
"transport": "streamable-http",
"url": "https://docs.jmeter.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_jmeter_docs— Search the Apache JMeter documentation on docs.get_jmeter_page— Fetch the full markdown text of one docs.lint_jmx_snippet— Validate a JMeter test plan XML string or snippet against best practices and performance anti-patterns (e.calculate_workload_model— Compute required thread concurrency, pacing delays, ramp-up schedules, and JVM heap recommendations based on target RPS/TPS and SLA response times using Little's Law.get_jsr223_recipe— Fetch production-ready, performant Groovy scripts for JMeter JSR223 samplers, preprocessors, and postprocessors (e.lookup_error_playbook— Get immediate root causes, OS/JVM config fixes, and remediation steps for common JMeter exceptions (e.plan_distributed_testing— Generate Master-Worker RMI port assignments, user.tune_linux_os— Generate production sysctl.