mytown mcp for Grok
io.github.mrjakob07/mytown-mcp
US & Canadian local-government meetings, decisions & place context from official sources.
client:Grok
transport:stdio
runtime:pypi
Install mytown mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mytown-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mytown-mcp"
]
}
}
}
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