mabl MCP Server

mabl MCP Server

Managed MCP server that enables AI assistants to run, analyze, and create mabl tests, and query results across workspaces.

Category
Visit Server

README

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.

Endpoints

The 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

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/mcp

Gemini 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-server

The 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

License

MIT © 2026 mabl, Inc.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured