mapsmith for Grok
io.github.mapsmith-ai/mapsmith
Deterministic GIS geoprocessing with verifiable provenance on every output
client:Grok
transport:stdio
runtime:pypi
Install mapsmith in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mapsmith": {
"type": "stdio",
"command": "uvx",
"args": [
"mapsmith"
],
"env": {
"MAPSMITH_WORKSPACE": "<MAPSMITH_WORKSPACE>"
}
}
}
}
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