Skip to content
VS Code

random word mcp for VS Code

io.github.mrfentmen/random-word-mcp

Random English words from the Random Word API. No key required.

client:VS Code transport:stdio runtime:npm

Install random word mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "random-word-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "random-word-mcp"
      ]
    }
  }
}

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

random word mcp in other clients