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