Skip to content
VS Code

datahub countries mcp for VS Code

io.github.mrfentmen/datahub-countries-mcp

Country codes, names, and regions from the DataHub country catalog. No key required.

client:VS Code transport:stdio runtime:npm

Install datahub countries mcp in VS Code

.vscode/mcp.json

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

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

datahub countries mcp in other clients