mcp ip2location io for Grok
io.github.ip2location/mcp-ip2location-io
IP Geolocation MCP server that query the geolocation information using IP2Location.io API.
client:Grok
transport:stdio
runtime:pypi
Install mcp ip2location io in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-ip2location-io": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-ip2location-io"
],
"env": {
"IP2LOCATION_API_KEY": "<IP2LOCATION_API_KEY>"
}
}
}
}
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