Odel
Ikenga iyke (control bridge)

Ikenga iyke (control bridge)

Local
@royalti-ioJavaScriptApache-2.0Updated 3w ago

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ikenga/mcp-iykev0.1.2

Run

npx -y @ikenga/mcp-iyke

MCP client config

{
  "mcpServers": {
    "ikenga-iyke-control-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@ikenga/mcp-iyke"
      ]
    }
  }
}