Provenance-first MCP server for UNESCO UIS statistics (education, science, culture) — remote, Cloudflare Workers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"uis-mcp-server": {
"command": "npx",
"args": [
"-y",
"SidneyBissoli/uis-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add uis-mcp-server npx -y SidneyBissoli/uis-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"uis-mcp-server": {
"command": "npx",
"args": [
"-y",
"SidneyBissoli/uis-mcp-server"
]
}
}
}