Odel
replicant-mcp

replicant-mcp

Local
@thecombatwombat16TypeScriptMITUpdated 1mo ago

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

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).

npmreplicant-mcpv1.6.7

Run

npx -y replicant-mcp

MCP client config

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