Odel
random number mcp

random number mcp

Local
@zazencodes50PythonMITUpdated 1mo ago

Essential random number generation utilities from the Python standard library

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrandom-number-mcpv0.1.2

Run

uvx random-number-mcp

MCP client config

{
  "mcpServers": {
    "random-number-mcp": {
      "command": "uvx",
      "args": [
        "random-number-mcp"
      ]
    }
  }
}