Skip to content
Cursor

random mcp for Cursor

io.github.eldesh/random-mcp

Generate random values and probability distribution samples.

client:Cursor transport:streamable-http

Install random mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "random-mcp": {
      "url": "https://random-mcp.eldesh-tools.workers.dev/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

random mcp in other clients