Cucumberstudio MCP Server

A Model Context Protocol (MCP) server that provides LLM access to Cucumber Studio's testing platform. This server enables AI assistants to retrieve test scenarios, action words, test runs, and project information from Cucumber Studio. Its 14 documented tools cover cucumberstudio, action, test, scenarios. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-28 · ★ 21 · #135 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Cucumberstudio

before you install - you'll need

Set CUCUMBERSTUDIO_ACCESS_TOKEN, CUCUMBERSTUDIO_CLIENT_ID, CUCUMBERSTUDIO_UID before connecting.

Claude Code

claude mcp add herosizy-cucumberstudio-mcp -- npx -y cucumberstudio-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "herosizy-cucumberstudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cucumberstudio-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package cucumberstudio-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.HeroSizy is GitHub-verified and matches the repo owner

03 · What Cucumberstudio can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all accessible projects, get detailed project information, list scenarios in a project, and get detailed scenario information.

The 14 tools it gives your agent

Extracted from the project's README - what cucumberstudio lets an agent do.

cucumberstudio_list_projects
- List all accessible projects
cucumberstudio_get_project
- Get detailed project information
cucumberstudio_list_scenarios
- List scenarios in a project
cucumberstudio_get_scenario
- Get detailed scenario information
cucumberstudio_find_scenarios_by_tags
- Find scenarios by tags
cucumberstudio_list_action_words
- List reusable action words
cucumberstudio_get_action_word
- Get detailed action word information
cucumberstudio_find_action_words_by_tags
- Find action words by tags
cucumberstudio_list_test_runs
- List test runs
cucumberstudio_get_test_run
- Get detailed test run information
cucumberstudio_get_test_executions
- Get individual test results
cucumberstudio_list_builds
- List builds
show all 14 tools
cucumberstudio_get_build
- Get build details
cucumberstudio_list_execution_environments
- List execution environments

Latest releases

v1.2.2 · 2026-03-28

Installation · Desktop Extension (Recommended) · Download the .mcpb file below and import it into your AI desktop application. · NPM · bash · npx cucumberstudio-mcp · Docker · bash · docker run --env-file .env \…

v1.2.0 · 2026-03-28

Installation · Desktop Extension (Recommended) · Download the .mcpb file below and import it into your AI desktop application. · NPM · bash · npx cucumberstudio-mcp · Docker · bash · docker run --env-file .env \…

v1.1.8 · 2025-07-21

Installation · Desktop Extension (Recommended) · Download the .dxt file below and import it into your AI desktop application. · NPM · bash · npx cucumberstudio-mcp · Docker · bash · docker run --env-file .env \…

04 · Who maintains Cucumberstudio

cucumberstudio is maintained by herosizy. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
automation - ranked #135 of 194 actively-maintained automation servers as of 2026-08-25.
registry
io.github.HeroSizy/cucumberstudio (active, first published 2026-03-28)
packages
npm:cucumberstudio-mcp

06 · Cucumberstudio FAQ

Is Cucumberstudio still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-28. We re-verify nightly.

What can Cucumberstudio do?

With this server connected, an agent can list all accessible projects, get detailed project information, list scenarios in a project, and get detailed scenario information.

How do I install Cucumberstudio?

Run `npx -y cucumberstudio-mcp`. The README documents 3 environment variables (CUCUMBERSTUDIO_ACCESS_TOKEN, CUCUMBERSTUDIO_CLIENT_ID, CUCUMBERSTUDIO_UID) to set first. Set CUCUMBERSTUDIO_ACCESS_TOKEN, CUCUMBERSTUDIO_CLIENT_ID, CUCUMBERSTUDIO_UID before connecting. You can also paste the ready-made client config above.

Does Cucumberstudio run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cucumberstudio