replicant-mcp✓
io.github.thecombatwombat/replicant-mcp · v1.6.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.thecombatwombat/replicant-mcp",
"description": "Android MCP server for AI-assisted development. Build, test, emulate, and automate.",
"title": "replicant-mcp",
"repository": {
"url": "https://github.com/thecombatwombat/replicant-mcp",
"source": "github"
},
"version": "1.6.7",
"icons": [
{
"src": "https://raw.githubusercontent.com/thecombatwombat/replicant-mcp/master/icon.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "replicant-mcp",
"version": "1.6.7",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}