datahub countries mcp for Cursor
io.github.mrfentmen/datahub-countries-mcp
Country codes, names, and regions from the DataHub country catalog. No key required.
client:Cursor
transport:stdio
runtime:npm
Install datahub countries mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"datahub-countries-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"datahub-countries-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs