random number mcp for Cursor
io.github.zazencodes/random-number-mcp
Essential random number generation utilities from the Python standard library
client:Cursor
transport:stdio
runtime:pypi
Install random number mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"random-number-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"random-number-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs