replicant-mcp

thecombatwombat/replicant-mcp
★ 10 stars TypeScript 💻 Code/Dev Tools Updated today
Android MCP server - production-grade, token-optimized, accessibility-first
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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