Skip to content
VS Code

random number mcp for VS Code

io.github.zazencodes/random-number-mcp

Essential random number generation utilities from the Python standard library

client:VS Code transport:stdio runtime:pypi

Install random number mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "random-number-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "random-number-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

random number mcp in other clients