← Index

io.github.HeroSizy/cucumberstudio

io.github.HeroSizy/cucumberstudio·v1.2.2·Documents & Spreadsheets
Quality Score
85
/100

MCP server for Cucumber Studio - test scenarios, action words, and execution data

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cucumberstudio": {
      "command": "npx",
      "args": [
        "-y",
        "cucumberstudio-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cucumberstudio": {
      "command": "npx",
      "args": [
        "-y",
        "cucumberstudio-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y cucumberstudio-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets