test genie for Cursor
io.github.muse-code-space/test-genie
AI-powered app test automation for iOS, Android, Flutter, React Native, Web
client:Cursor
transport:stdio
runtime:npm
Install test genie in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"test-genie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"test-genie-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs