
Mabl
mabl MCP is a MCP server that lets agents run mabl tests, analyze failures, and query test results across workspaces.
About
mabl MCP is a Model Context Protocol server that links AI coding agents to mabl’s test automation platform so you can run tests, analyze failures, and query results across workspaces from your editor or agent session. developers and small teams in the ship phase use it when automated UI or end-to-end coverage already lives in mabl and they want faster debug loops: ask the agent why a run failed, compare recent results, or kick off runs without context-switching to dashboards alone. The server advertises both streamable-http and SSE remotes on mcp.mabl.com, which suits hosted MCP clients that prefer either transport. You need an existing mabl account and workspace setup; this integration orchestrates and inspects tests rather than authoring mabl plans from scratch unless your agent workflow does that separately. It complements code review and security skills by grounding answers in real execution data. Skillselion places it on the testing shelf for developers shipping SaaS or API products with continuous validation.
- AI-oriented test automation bridge: run tests and query outcomes across mabl workspaces
- Hosted remotes: streamable-http at mcp.mabl.com/mcp and SSE at mcp.mabl.com/sse
- Analyze failures and results from the agent instead of only the mabl web UI
- Catalog version 1.0.1 with official website at mabl.com
- Fits teams already on mabl who want MCP-driven triage in Claude Code or Cursor
Mabl by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http mcp https://mcp.mabl.com/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP, SSE |
|---|---|
| Auth | None |
What it does
Connect your agent to mabl workspaces to trigger tests, inspect failures, and query results without leaving the ship-and-debug loop.
Who is it for?
Best when you already use mabl and want agent-assisted test runs and failure analysis during release prep.
Skip if: Greenfield projects with no mabl subscription, pure unit-test-only stacks, or developers who do not run UI/E2E in mabl.
What you get
Your MCP-connected agent can query and drive mabl test activity so triage and shipping checks stay in one conversation.
- Agent-accessible mabl test runs and result queries
- Faster failure analysis tied to workspace execution history
By the numbers
- MCP catalog version 1.0.1
- Two remote transports: streamable-http and SSE on mcp.mabl.com
- Official product site: mabl.com
Recommended MCP Servers
How it compares
mabl workspace test MCP, not a generic browser scraper or personal writing RAG server.
FAQ
Who is Mabl MCP for?
Developers and QA-minded developers on Mabl who use Claude Code, Cursor, or similar MCP hosts to debug and query automated tests.
When should I use Mabl MCP?
Use it in the ship phase while testing—before launch—to run checks, inspect failures, and pull results into agent-driven reviews.
How do I add Mabl MCP to my agent?
Register the remote MCP URLs https://mcp.Mabl.com/mcp (streaMable-http) or https://mcp.Mabl.com/sse in your client, authenticate per Mabl’s MCP docs, then call tools against your workspace.