Ikenga iyke (control bridge) for Cursor
dev.ikenga/mcp-iyke
Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.
client:Cursor
transport:stdio
runtime:npm
Install Ikenga iyke (control bridge) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-iyke": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ikenga/mcp-iyke"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs