cucumberstudio-mcp
by HeroSizy·★ 21·Score 43
MCP Server for Cucumber Studio providing access to test scenarios, action words, and test runs from the testing platform.
Overview
This MCP server provides AI assistants with seamless access to Cucumber Studio's test management platform. It enables retrieval of test scenarios, action words, test runs, and project information through well-documented tools and dual transport support (STDIO and HTTP). The server features comprehensive error handling, configurable logging, and hot reload development capabilities, making it suitable for both development and production environments.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're using Cucumber Studio for test management and want AI assistants to access your test scenarios, action words, and test execution results.
When NOT to choose this
Avoid if you need write access to Cucumber Studio (this server is read-only only) or if you're not already invested in the Cucumber Studio ecosystem.
Tools this server exposes
12 tools extracted from the READMEcucumberstudio_list_projectsList all accessible projects
cucumberstudio_get_projectGet detailed project information
cucumberstudio_list_scenariosList scenarios in a project
cucumberstudio_get_scenarioGet detailed scenario information
cucumberstudio_find_scenarios_by_tagsFind scenarios by tags
cucumberstudio_list_action_wordsList reusable action words
cucumberstudio_get_action_wordGet detailed action word information
cucumberstudio_find_action_words_by_tagsFind action words by tags
cucumberstudio_list_test_runsList test runs
cucumberstudio_get_test_runGet detailed test run information
cucumberstudio_get_test_executionsGet individual test results
cucumberstudio_list_buildsList builds
Comparable tools
Installation
Installation
Desktop Extension (Recommended)
- Download the latest
.mcpbfile from the [releases page](https://github.com/HeroSizy/cucumberstudio-mcp/releases) - Import the extension in your compatible AI desktop application
- Configure your Cucumber Studio API credentials through the extension settings
Quick Start (Command Line)
npx cucumberstudio-mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cucumberstudio": {
"command": "npx",
"args": ["cucumberstudio-mcp"],
"env": {
"CUCUMBERSTUDIO_ACCESS_TOKEN": "your_token",
"CUCUMBERSTUDIO_CLIENT_ID": "your_client_id",
"CUCUMBERSTUDIO_UID": "your_uid"
}
}
}
}FAQ
- What transport methods does this server support?
- The server supports both STDIO (default) and HTTP transports with session management, making it suitable for both local and remote access.
- How do I configure authentication with Cucumber Studio?
- Set environment variables: CUCUMBERSTUDIO_ACCESS_TOKEN, CUCUMBERSTUDIO_CLIENT_ID, and CUCUMBERSTUDIO_UID from your Cucumber Studio account settings.
Compare cucumberstudio-mcp with
Last updated · Auto-generated from public README + GitHub signals.