
Cucumberstudio
Connect Cucumber Studio test assets—scenarios, action words, and runs—to your agent while you ship BDD-backed products.
Overview
Cucumber Studio MCP is an MCP server for the Ship phase that reads test scenarios, action words, and execution data from Cucumber Studio over stdio.
What is this MCP server?
- npm package cucumberstudio-mcp v1.2.2 with stdio transport.
- Exposes Cucumber Studio test scenarios, reusable action words, and execution data to MCP clients.
- GitHub: HeroSizy/cucumberstudio-mcp for install and issue tracking.
- Keeps living BDD specs in sync with agent-assisted refactors and test planning.
- Integration MCP for Cucumber Studio accounts—not a replacement for the Cucumber Studio UI.
- Package version 1.2.2
- Transport: stdio via npm identifier cucumberstudio-mcp
- Repository: github.com/HeroSizy/cucumberstudio-mcp
What problem does it solve?
BDD specs and run history live in Cucumber Studio while your agent codes in the IDE, so context drifts unless you manually copy scenarios.
Who is it for?
Small teams and solos using Cucumber Studio who want agent-assisted test maintenance and release prep.
Skip if: Greenfield projects with no BDD tooling, or teams that only use Playwright/Cypress files in-repo without Cucumber Studio.
What do I get? / Deliverables
Your agent can reference live Cucumber Studio scenarios and execution data so shipping decisions align with actual test status.
- Agent-readable Cucumber Studio scenarios and action words
- Execution summaries available in the coding session
- Tighter alignment between shipped code and documented acceptance tests
Recommended MCP Servers
Journey fit
BDD scenario and execution data matter most when you are hardening quality gates before release, which maps to the Ship phase. Pulling scenarios and execution results from Cucumber Studio is classic acceptance and regression testing work under ship/testing.
How it compares
Cucumber Studio API bridge via MCP, not a standalone test framework or browser automation skill.
Common Questions / FAQ
Who is Cucumber Studio MCP for?
Builders and QA-minded founders who keep Gherkin scenarios in Cucumber Studio and use Claude Code, Cursor, or Codex daily.
When should I use Cucumber Studio MCP?
Use it during ship and test hardening when you need scenarios, action words, or execution results inside the agent without exporting CSVs.
How do I add Cucumber Studio MCP to my agent?
Install cucumberstudio-mcp from npm, configure stdio in your MCP client, and set Cucumber Studio API credentials per the GitHub repository instructions.