FAOSTAT MCP for Cursor
io.github.berba-q/faostat-mcp
FAOSTAT data for 245 countries: crops, trade, food security, and emissions via 21 MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install FAOSTAT MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"faostat-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"faostat-mcp"
],
"env": {
"FAOSTAT_API_TOKEN": "<FAOSTAT_API_TOKEN>",
"FAOSTAT_USERNAME": "<FAOSTAT_USERNAME>",
"FAOSTAT_PASSWORD": "<FAOSTAT_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs