fcc mcp for Zed
io.github.mrfentmen/fcc-mcp
FCC Census Block API: find census block, state, county and tract for coordinates.
client:Zed
transport:stdio
runtime:npm
Install fcc mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fcc-mcp": {
"command": "npx",
"args": [
"-y",
"fcc-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs