MCP Yolo
Rank #43,374io.github.rjn32s/mcp-yolo
MCP server providing yolo capabilities
MCP Yolo is a Model Context Protocol (MCP) server published by rjn32s. It ranks #43,374 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Yolo is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Feb 25, 2026.
Ranks ahead of 72,217 of 115,591 servers on MCP Toplist.
Use MCP Yolo
claude mcp add mcp-yolo -- uvx mcp-yolo[mcp_servers.mcp-yolo]
command = "uvx"
args = ["mcp-yolo"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-yolo": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-yolo": {
"command": "uvx",
"args": [
"mcp-yolo"
]
}
}
}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.rjn32s%2Fmcp-yolo)<a href="https://mcptoplist.com/server/io.github.rjn32s%2Fmcp-yolo"><img src="https://mcptoplist.com/badge/io.github.rjn32s%2Fmcp-yolo.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
rjn32s
Other servers by rjn32s
View all rjn32s servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Feb 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Yolo?
- MCP Yolo is maintained by rjn32s, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is MCP Yolo listed on the Official MCP Registry?
- Yes — MCP Yolo is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does MCP Yolo have?
- MCP Toplist tracks 2 versions of MCP Yolo, most recently published on Feb 25, 2026.
- Where can I find the source code for MCP Yolo?
- The source code for MCP Yolo is hosted at github.com/rjn32s/mcp-yolo.