Runno
Rank #3,207io.github.taybenlor/runno
MCP server providing runno capabilities
Runno is a Model Context Protocol (MCP) server published by taybenlor. It ranks #3,207 of 132,046 servers tracked on MCP Toplist, and its repository has 773 GitHub stars. Runno is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 3 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Dec 12, 2025.
Ranks ahead of 128,839 of 132,046 servers on MCP Toplist.
Use Runno
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add runno -- npx -y @runno/mcp[mcp_servers.runno]
command = "npx"
args = ["-y", "@runno/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"runno": {
"command": "npx",
"args": [
"-y",
"@runno/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"runno": {
"command": "npx",
"args": [
"-y",
"@runno/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"runno": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runno/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"runno": {
"command": "npx",
"args": [
"-y",
"@runno/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"runno": {
"command": "npx",
"args": [
"-y",
"@runno/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.taybenlor%2Frunno)<a href="https://mcptoplist.com/server/io.github.taybenlor%2Frunno"><img src="https://mcptoplist.com/badge/io.github.taybenlor%2Frunno.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
taybenlor
Available versions (3)
| Version | Published |
|---|---|
| 0.10.6 | Dec 12, 2025 |
| 0.10.2 | Dec 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Runno?
- Runno is maintained by taybenlor, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Runno listed on the Official MCP Registry?
- Yes — Runno is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Runno have?
- MCP Toplist tracks 3 versions of Runno, most recently published on Dec 12, 2025.
- Where can I find the source code for Runno?
- The source code for Runno is hosted at github.com/taybenlor/runno.
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.