Server data from the Official MCP Registry
AI-powered test automation: run tests, analyze failures, query results across mabl workspaces.
AI-powered test automation: run tests, analyze failures, query results across mabl workspaces.
Remote endpoints: streamable-http: https://mcp.mabl.com/mcp sse: https://mcp.mabl.com/sse
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-mabl-mcp": {
"url": "https://mcp.mabl.com/mcp"
}
}
}From the project's GitHub README.
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:
claude mcp add --transport http mabl https://mcp.mabl.com/mcp
Add an HTTP MCP server entry pointing at the endpoint:
{
"mcpServers": {
"mabl": {
"type": "http",
"url": "https://mcp.mabl.com/mcp"
}
}
}
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.