replicant-mcp
Rank #13,225io.github.thecombatwombat/replicant-mcp
Android MCP server for AI-assisted development. Build, test, emulate, and automate.
replicant-mcp is a Model Context Protocol (MCP) server published by thecombatwombat. It ranks #13,225 of 132,046 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. replicant-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jan 21, 2026 and most recently updated on May 7, 2026.
Ranks ahead of 118,821 of 132,046 servers on MCP Toplist.
Use replicant-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add replicant-mcp -- npx -y replicant-mcp[mcp_servers.replicant-mcp]
command = "npx"
args = ["-y", "replicant-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"replicant-mcp": {
"command": "npx",
"args": [
"-y",
"replicant-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"replicant-mcp": {
"command": "npx",
"args": [
"-y",
"replicant-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"replicant-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"replicant-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"replicant-mcp": {
"command": "npx",
"args": [
"-y",
"replicant-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"replicant-mcp": {
"command": "npx",
"args": [
"-y",
"replicant-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.thecombatwombat%2Freplicant-mcp)<a href="https://mcptoplist.com/server/io.github.thecombatwombat%2Freplicant-mcp"><img src="https://mcptoplist.com/badge/io.github.thecombatwombat%2Freplicant-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
thecombatwombat
Available versions (4)
| Version | Published |
|---|---|
| 1.6.7 | May 7, 2026 |
| 1.6.3 | Apr 3, 2026 |
| 1.6.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains replicant-mcp?
- replicant-mcp is maintained by thecombatwombat, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is replicant-mcp listed on the Official MCP Registry?
- Yes — replicant-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does replicant-mcp have?
- MCP Toplist tracks 4 versions of replicant-mcp, most recently published on May 7, 2026.
- Where can I find the source code for replicant-mcp?
- The source code for replicant-mcp is hosted at github.com/thecombatwombat/replicant-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.