who mcp for VS Code
io.github.mrfentmen/who-mcp
Global health indicators from the WHO Global Health Observatory. No key required.
client:VS Code
transport:stdio
runtime:npm
Install who mcp in VS Code
.vscode/mcp.json
{
"servers": {
"who-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"who-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs