Skip to main content
ClaudeWave
mablhq avatar
mablhq

mabl-mcp-server

Ver en GitHub

Public listing and docs for the mabl MCP server

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mablhq/mabl-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mabl": {
      "command": "node",
      "args": ["/path/to/mabl-mcp-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mablhq/mabl-mcp-server and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# mabl MCP server

The mabl [Model Context Protocol](https://modelcontextprotocol.io) (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/mcp`](https://registry.modelcontextprotocol.io) on the official MCP Registry
- **Tool 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) | `https://mcp.mabl.com/mcp` |
| Server-Sent Events (SSE)      | `https://mcp.mabl.com/sse` |

## Requirements

- A [mabl](https://www.mabl.com) 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](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

```bash
claude mcp add --transport http mabl https://mcp.mabl.com/mcp
```

### Gemini CLI

This repository doubles as a [Gemini CLI extension](https://geminicli.com/docs/extensions),
so it installs in one command — no JSON to edit:

```bash
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:

```json
{
  "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](https://help.mabl.com/hc/en-us/articles/47047431915284),
regenerated from the live server on every release. [docs/TOOLS.md](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](SECURITY.md)

## License

[MIT](LICENSE) © 2026 mabl, Inc.
gemini-cli-extension

Lo que la gente pregunta sobre mabl-mcp-server

¿Qué es mablhq/mabl-mcp-server?

+

mablhq/mabl-mcp-server es mcp servers para el ecosistema de Claude AI. Public listing and docs for the mabl MCP server Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mabl-mcp-server?

+

Puedes instalar mabl-mcp-server clonando el repositorio (https://github.com/mablhq/mabl-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mablhq/mabl-mcp-server?

+

mablhq/mabl-mcp-server aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene mablhq/mabl-mcp-server?

+

mablhq/mabl-mcp-server es mantenido por mablhq. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mabl-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mabl-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: mablhq/mabl-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mablhq-mabl-mcp-server)](https://claudewave.com/repo/mablhq-mabl-mcp-server)
<a href="https://claudewave.com/repo/mablhq-mabl-mcp-server"><img src="https://claudewave.com/api/badge/mablhq-mabl-mcp-server" alt="Featured on ClaudeWave: mablhq/mabl-mcp-server" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mabl-mcp-server