Skip to content
Cursor

replicant-mcp for Cursor

io.github.thecombatwombat/replicant-mcp

Android MCP server for AI-assisted development. Build, test, emulate, and automate.

client:Cursor transport:stdio runtime:npm

Install replicant-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "replicant-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "replicant-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

replicant-mcp in other clients