buddy-mcp
Rank #29,204io.github.Lyellr88/buddy-mcp
Claude Code creature collection game. Hatch buddies, pet to boost roll luck, complete the BuddyDex.
buddy-mcp is a Model Context Protocol (MCP) server published by lyellr88. It ranks #29,204 of 115,591 servers tracked on MCP Toplist. buddy-mcp is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on Apr 5, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 86,387 of 115,591 servers on MCP Toplist.
Use buddy-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add buddy-mcp -- npx -y @lyellr88/buddy-mcp[mcp_servers.buddy-mcp]
command = "npx"
args = ["-y", "@lyellr88/buddy-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"buddy-mcp": {
"command": "npx",
"args": [
"-y",
"@lyellr88/buddy-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"buddy-mcp": {
"command": "npx",
"args": [
"-y",
"@lyellr88/buddy-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"buddy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lyellr88/buddy-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"buddy-mcp": {
"command": "npx",
"args": [
"-y",
"@lyellr88/buddy-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"buddy-mcp": {
"command": "npx",
"args": [
"-y",
"@lyellr88/buddy-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.Lyellr88%2Fbuddy-mcp)<a href="https://mcptoplist.com/server/io.github.Lyellr88%2Fbuddy-mcp"><img src="https://mcptoplist.com/badge/io.github.Lyellr88%2Fbuddy-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
lyellr88
Other servers by lyellr88
View all lyellr88 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.4.4 | Apr 8, 2026 |
Frequently asked questions
- Who maintains buddy-mcp?
- buddy-mcp is maintained by lyellr88, which publishes 2 MCP servers (23 total versions) tracked on MCP Toplist.
- Is buddy-mcp listed on the Official MCP Registry?
- Yes — buddy-mcp is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does buddy-mcp have?
- MCP Toplist tracks 1 version of buddy-mcp, most recently published on Apr 8, 2026.
- Where can I find the source code for buddy-mcp?
- The source code for buddy-mcp is hosted at github.com/lyellr88/buddy-mcp.