geolocation mcp for Grok
io.github.7mza/geolocation-mcp
An MCP server that provides fast and up-to-date IP geolocation data.
client:Grok
transport:stdio
runtime:oci
Install geolocation mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"geolocation-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"7mza/geolocation-mcp:0.0.1"
]
}
}
}
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