MCP Catalogs
Home

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.

developer-toolsai-llmproductivity
6
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:AI assistants can retrieve test scenarios to analyze test coverage and suggest improvements
you:Access action words to automate test case creation in conversations
you:Monitor test execution results and identify failing tests for immediate attention
you:What transport methods does this server support?
you:How do I configure authentication with Cucumber Studio?

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 README
  • 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

Comparable tools

testim-mcppostman-mcpbrowser-mcp

Installation

Installation

Desktop Extension (Recommended)
  1. Download the latest .mcpb file from the [releases page](https://github.com/HeroSizy/cucumberstudio-mcp/releases)
  2. Import the extension in your compatible AI desktop application
  3. Configure your Cucumber Studio API credentials through the extension settings
Quick Start (Command Line)
npx cucumberstudio-mcp
Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.