Skip to content
Gemini CLI

fcc mcp for Gemini CLI

io.github.mrfentmen/fcc-mcp

FCC Census Block API: find census block, state, county and tract for coordinates.

client:Gemini CLI transport:stdio runtime:npm

Install fcc mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "fcc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fcc-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

fcc mcp in other clients