MCP server that exposes the full FAOSTAT API as tools for AI assistants — query UNFAO Food & Agriculture Statistics in natural language via Claude, Cursor, or any MCP-compatible client.
Server Config
{
"mcpServers": {
"faostat": {
"command": "uvx",
"args": [
"faostat-mcp"
],
"env": {
"FAOSTAT_API_TOKEN": "your_token_here",
"FAOSTAT_BASE_URL": "https://faostatservices.fao.org/api/v1",
"FAOSTAT_DEFAULT_LANG": "en"
}
}
}
}