Skip to content
Grok

FAOSTAT MCP for Grok

io.github.berba-q/faostat-mcp

FAOSTAT data for 245 countries: crops, trade, food security, and emissions via 21 MCP tools.

client:Grok transport:stdio runtime:pypi

Install FAOSTAT MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FAOSTAT MCP in other clients