mabl MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mabl MCP Serverrun the 'checkout flow' test and show results"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mabl MCP server
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.
Registry listing:
com.mabl/mcpon the official MCP RegistryTool reference (always current): https://help.mabl.com/hc/en-us/articles/47047431915284
About mabl: https://www.mabl.com
Endpoints
The server is hosted at mcp.mabl.com and supports two transports:
Transport | URL |
Streamable HTTP (recommended) |
|
Server-Sent Events (SSE) |
|
Related MCP server: Argus MCP Server
Requirements
A mabl account — you sign in with your existing mabl credentials.
The AI-powered tools (failure analysis, results-analysis chat, cloud test generation) require the corresponding mabl AI entitlements on your workspace.
Authentication
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.
Connect a client
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:
Claude Code
claude mcp add --transport http mabl https://mcp.mabl.com/mcpGemini CLI
This repository doubles as a Gemini CLI extension, so it installs in one command — no JSON to edit:
gemini extensions install https://github.com/mablhq/mabl-mcp-serverThe extension configures the endpoint and ships a GEMINI.md with guidance on
using the mabl tools. Verify it with gemini extensions list.
Cursor / VS Code / other JSON-configured clients
Add an HTTP MCP server entry pointing at the endpoint:
{
"mcpServers": {
"mabl": {
"type": "http",
"url": "https://mcp.mabl.com/mcp"
}
}
}Claude Desktop
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.
Available tools
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.
Support
mabl help center: https://help.mabl.com
Security disclosures: see SECURITY.md
License
MIT © 2026 mabl, Inc.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mablhq/mabl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server