UNICEF Stats MCP for Cursor
io.github.jpazvd/unicefstats-mcp
UNICEF child development statistics: 790+ indicators, 200+ countries, SDMX-sourced. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install UNICEF Stats MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unicefstats-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unicefstats-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs