mabl
Rank #37,903com.mabl/mcp
AI-powered test automation: run tests, analyze failures, query results across mabl workspaces.
mabl is a Model Context Protocol (MCP) server published by mablhq. It ranks #37,903 of 115,591 servers tracked on MCP Toplist. mabl is listed on Official MCP, with 4 tracked versions. It was first listed on May 14, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 77,688 of 115,591 servers on MCP Toplist.
Use mabl
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mabl https://mcp.mabl.com/mcpclaude mcp add --transport http mabl https://mcp.mabl.com/sse[mcp_servers.mabl]
url = "https://mcp.mabl.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mabl]
url = "https://mcp.mabl.com/sse"Add to ~/.codex/config.toml.
https://mcp.mabl.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.mabl.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mabl": {
"url": "https://mcp.mabl.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mabl": {
"url": "https://mcp.mabl.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mabl": {
"type": "http",
"url": "https://mcp.mabl.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mabl": {
"type": "http",
"url": "https://mcp.mabl.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mabl": {
"serverUrl": "https://mcp.mabl.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mabl": {
"serverUrl": "https://mcp.mabl.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mabl": {
"url": "https://mcp.mabl.com/mcp"
}
}
}{
"mcpServers": {
"mabl": {
"url": "https://mcp.mabl.com/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.mabl%2Fmcp)<a href="https://mcptoplist.com/server/com.mabl%2Fmcp"><img src="https://mcptoplist.com/badge/com.mabl%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mablhq
Available versions (4)
| Version | Published |
|---|---|
| 1.0.3 | Jul 29, 2026 |
| 1.0.2 | Jun 22, 2026 |
| 1.0.1 | May 14, 2026 |
| 1.0.0 | May 14, 2026 |
Frequently asked questions
- Who maintains mabl?
- mabl is maintained by mablhq, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is mabl listed on the Official MCP Registry?
- Yes — mabl is listed on the Official MCP Registry.
- How many versions does mabl have?
- MCP Toplist tracks 4 versions of mabl, most recently published on Jul 29, 2026.
- Where can I find the source code for mabl?
- The source code for mabl is hosted at github.com/mablhq/mabl-mcp-server.