randomuser mcp for VS Code
io.github.mrfentmen/randomuser-mcp
RandomUser profile generation.
client:VS Code
transport:stdio
runtime:npm
Install randomuser mcp in VS Code
.vscode/mcp.json
{
"servers": {
"randomuser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"randomuser-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs