cucumberstudio for VS Code
io.github.herosizy/cucumberstudio
MCP server for Cucumber Studio - test scenarios, action words, and execution data
client:VS Code
transport:stdio
runtime:npm
Install cucumberstudio in VS Code
.vscode/mcp.json
{
"servers": {
"cucumberstudio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cucumberstudio-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs