Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Maxoperf
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:27:53 PM

Maxoperf

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Load & browser performance testing β€” drive MaxoPerf from your AI agent with your API key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "maxoperf": {
      "command": "npx",
      "args": [
        "-y",
        "maxoperf"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

⚑ MaxoPerf MCP Server

Drive the entire MaxoPerf platform from any AI agent β€” with your API key.

A remote, hosted Model Context Protocol server that turns Claude, Cursor, Codex, VS Code Copilot, and ChatGPT into a full performance-testing operator. Create tests, launch load runs on managed cloud runners, read results, and get root-cause analysis β€” all in natural language, all authenticated with your own key.

MCP Claude Cursor ChatGPT

Code
https://app.maxoperf.com/mcp

Configuration

It's a remote, hosted server β€” nothing to install or run. Add this to your MCP client config and set MAXOPERF_API_KEY (create one in the console β†’ Settings β†’ API keys):

config.json
{
  "mcpServers": {
    "maxoperf": {
      "type": "http",
      "url": "https://app.maxoperf.com/mcp",
      "headers": {
        "Authorization": "Bearer ${MAXOPERF_API_KEY}"
      }
    }
  }
}

Your key is validated on every call by the real platform (auth, tenancy, OpenFGA, audit) β€” the server stores nothing and adds no new trust boundary. Revoke the key, access dies instantly. Send the header X-MaxoPerf-MCP-Mode: read-only for a look-but-don't-touch session (write tools hidden).

Install (pick your client)

Claude Code β€” the plugin bundles the server and the agent skill:

Code
/plugin marketplace add MaxoPerf/mcp
/plugin install maxoperf

Or add just the connector:

Terminal
claude mcp add --transport http maxoperf https://app.maxoperf.com/mcp \
  --header "Authorization: Bearer ${MAXOPERF_API_KEY}"

Cursor Β· VS Code / Copilot Β· Codex Β· ChatGPT Β· Claude Desktop β€” one-click deeplinks and copy-paste config in packaging/. All use the same mcpServers block above.


Tools

29 curated tools. Reads default to response_format: "concise" (pass "detailed" for the full payload); write tools require a non-read-only session, and cancel_run is hidden in read-only mode.

Context & tenancy

  • whoami β€” Resolve the account + default workspace behind your API key
  • list_workspaces β€” List workspaces visible to the account
  • set_active_workspace β€” Set the active workspace for the session
  • list_projects β€” List projects (with edit/delete permissions)
  • create_project β€” Create a project

Tests

  • list_tests β€” List tests (filter by project / workspace / type)
  • get_test β€” Get one test + its validation summary
  • create_test β€” Create a test shell (choose the engine/executor)
  • get_test_overview β€” Run-history overview for a test

Test files

  • upload_test_file β€” Upload a script/data file in one call (real 3-step presigned flow)
  • list_test_files β€” List a test's files + upload state
  • download_test_file β€” Get a short-lived download URL for a file

Runs

  • start_run β€” Launch a load/browser run on managed cloud runners (idempotent)
  • get_run_status β€” Poll lifecycle status (queued β†’ running β†’ passed/failed/cancelled)
  • list_runs β€” Paginated run history with filters
  • cancel_run β€” Cancel a run (destructive; hidden in read-only)
  • rerun_run β€” Re-run from a snapshot or the current test
  • add_runners β€” Scale a live run up at existing locations

Results

  • get_run_results β€” KPI overview: throughput, latency percentiles, error rate
  • query_run_metrics β€” Time-series metrics (latency / throughput / errors / load / health)
  • get_run_errors β€” Grouped error rows (message / count / code)

Diagnostics β€” root-cause & anomaly detection

  • get_run_summary β€” Executive summary + which failure criteria tripped
  • get_run_error_bodies β€” Sampled error request/response bodies + status codes
  • get_run_logs β€” Error-level engine/system log lines
  • get_runner_health β€” Runner CPU/mem trend + targetVus vs peakAchievedVus (vuShortfallPct)
  • detect_run_anomalies β€” Deterministic robust-outlier scan (median/MAD); terminal-gated, low false-positive

Escape hatch & discovery

  • call_platform_api β€” Reach any public /v1/* endpoint (secrets, environments, schedules, BYOC); admin/internal deny-listed, SSRF-safe
  • get_openapi β€” The public OpenAPI document
  • search_endpoints β€” Keyword search over the API to find the right endpoint

Prompts

Text recipes that encode the correct tool sequence β€” great for chat-only clients that can't read a repo:

  • run-baseline-load-test β€” Start a baseline run and watch it to completion
  • diagnose-latency-regression β€” Compare p95 across two runs
  • summarize-run β€” Plain-language summary of one run
  • plan-and-build-test β€” Turn a goal into project β†’ test β†’ upload β†’ run
  • choose-executor β€” Recommend an engine (k6 / JMeter / Playwright / Selenium)
  • scan-endpoints-for-hotspots β€” Rank likely hotspots from an OpenAPI spec or pasted list
  • setup-secrets-and-envs β€” Wire workspace secrets + multi-env before a run
  • diagnose-run-failure β€” Ranked root cause for a failed run
  • explain-run-anomalies β€” Explain each detected outlier

Resources

  • maxoperf://openapi β€” The public OpenAPI spec
  • maxoperf://run/{id} β€” A run report summary

Try it

  • "Load test https://api.example.com/checkout with 500 users for 5 minutes and fail it if p95 goes over 800ms."
  • "Scan my repo for the endpoints most worth load-testing, then build and run a test for the riskiest one."
  • "Why did run run-0000000001 fail? Check the errors, the logs, and whether the runners actually reached the target load."

Pair it with the brain

The MCP server is the hands. The bundled MaxoPerf agent skill (npx @maxoperf/agent-skill install, included in the Claude plugin, or in agent-skill/ here) is the brain β€” it reads your code, finds the hotspots, builds and runs the test, and diagnoses why it broke, driving these tools automatically.

What's in this repo

PathWhat
.claude-plugin/Claude Code plugin (bundles the MCP connector + the skill)
agent-skill/A copy of the maxoperf agent skill (canonical home: MaxoPerf/agent-skill)
packaging/MCP Registry server.json, .mcpb, VS Code / Cursor deeplinks, Codex / ChatGPT setup
LAUNCHGUIDE.mdMCP directory listing metadata

Get started β†’ Β· Agent skill β†’ Β· Docs β†’

Read-only mirror of the MaxoPerf monorepo. File issues at maxoperf.com.

Related MCP Servers

View all in Developer Tools View all alternatives
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    πŸ’» Developer Tools0 views
    Compare vs Graphql β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Maxoperf

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "maxoperf": { "command": "npx", "args": ["-y", "maxoperf"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMaxoperf AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/maxoperf?style=directory)](https://allmcps.com/mcp/maxoperf)
HTML Embed
<a href="https://allmcps.com/mcp/maxoperf"><img src="https://allmcps.com/api/badge/maxoperf?style=directory" alt="Maxoperf on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Maxoperf β†’Install in Claude DesktopInstall in CursorInstall in VS Code