unesco-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@unesco-mcpCompare literacy rates across East African countries"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
unesco-mcp
A Model Context Protocol (MCP) server for UNESCO Institute for Statistics (UIS) data. Bring the UIS Data Browser into any MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, etc.).
What it does
This server connects AI assistants to the UIS API, enabling them to search indicators, retrieve data values, compare countries, and explore available breakdowns — all through natural conversation. Data is cached locally in SQLite for fast indicator discovery, while live API calls fetch the actual data values.
Related MCP server: MCP Learning Server
Available tools
Discovery
Tool | Description |
| List all UNESCO data themes (education, science, culture, etc.) |
| List available data breakdowns (by sex, age, education level, etc.) |
| Get specific values for a breakdown type (e.g. "Male", "Female" for SEX) |
| Search indicators by text query and structured filters |
| Count indicators matching filters, with year range support |
| Get full definition, methodology, and data sources for an indicator |
| Quick overview of multiple indicators from local cache |
Geography
Tool | Description |
| Search countries and regions by name or ISO3 code, with grouping disambiguation |
Data retrieval
Tool | Description |
| Get a single data point for an indicator and geography |
| Get the full time series for an indicator and geography |
| Rank countries by indicator value (top N / bottom N) |
| Compare an indicator across up to 20 specific geographies |
Utility
Tool | Description |
| Health check with server name and UTC timestamp |
Installation
PyPI (recommended)
Run the server locally from the published Python package. This requires Python 3.10+ and
uv.
Claude Code:
claude mcp add unesco-mcp -- uvx unesco-mcpClaude Desktop — add to your config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"unesco-mcp": {
"command": "uvx",
"args": ["unesco-mcp"]
}
}
}Local (from source)
Use this path when developing locally or testing unreleased changes:
git clone https://github.com/lpicci96/unesco-mcp.git
cd unesco-mcp
uv sync
uv run unesco-mcpFor Claude Desktop, point the client at the checkout:
{
"mcpServers": {
"unesco-mcp": {
"command": "uv",
"args": ["run", "--directory", "/path/to/unesco-mcp", "unesco-mcp"]
}
}
}Claude Code:
claude mcp add unesco-mcp -- uv run --directory /path/to/unesco-mcp unesco-mcpExample usage
Once installed, you can ask your AI assistant things like:
"What is the primary completion rate in Kenya?"
"Compare literacy rates across East African countries"
"Which countries have the highest out-of-school rates?"
"What education indicators are available broken down by sex and wealth quintile?"
"Show me the trend in secondary enrollment for Brazil over the last 10 years"
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lpicci96/unesco-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server