cucumberstudio for Cursor
io.github.herosizy/cucumberstudio
MCP server for Cucumber Studio - test scenarios, action words, and execution data
client:Cursor
transport:stdio
runtime:npm
Install cucumberstudio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cucumberstudio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cucumberstudio-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs