AI-powered test automation: run tests, analyze failures, query results across mabl workspaces.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The mabl Model Context Protocol (MCP) server lets AI assistants and agents work directly with your mabl tests β run tests, analyze failures, create tests in the cloud, and query results across your workspaces.
This repository hosts the public documentation and registry listing for the hosted mabl MCP server. The server is operated by mabl as a managed remote service β there is nothing to install or self-host.
com.mabl/mcp on the official MCP RegistryThe server is hosted at mcp.mabl.com and supports two transports:
| Transport | URL |
|---|---|
| Streamable HTTP (recommended) | https://mcp.mabl.com/mcp |
| Server-Sent Events (SSE) | https://mcp.mabl.com/sse |
The server uses standard MCP OAuth. The first time your client connects it opens a browser to sign in with your mabl identity and authorize access; after that your client caches the token and reconnects automatically β there are no API keys to copy or manage. See docs/authentication.md for the full flow.
Point any MCP-capable client at the Streamable HTTP endpoint
https://mcp.mabl.com/mcp (or the SSE endpoint https://mcp.mabl.com/sse for
clients that require SSE). A few common clients:
This repository doubles as a Gemini CLI extension, so it installs in one command β no JSON to edit:
The extension configures the endpoint and ships a GEMINI.md with guidance on
using the mabl tools. Verify it with gemini extensions list.
Add an HTTP MCP server entry pointing at the endpoint:
Add a custom connector with the URL https://mcp.mabl.com/mcp.
On first use, the client will prompt you to sign in to mabl in your browser.
The canonical, always-current tool reference is the
mabl help center article,
regenerated from the live server on every release. docs/TOOLS.md
summarizes the high-level tool areas and links to it. You can also call
tools/list from any connected client to see exactly what the server exposes.
MIT Β© 2026 mabl, Inc.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mabl-2)<a href="https://allmcps.com/mcp/mabl-2"><img src="https://allmcps.com/api/badge/mabl-2?style=directory" alt="Mabl on AllMCPs" /></a>