geolocation mcp for Claude Desktop
io.github.wtronk/geolocation-mcp
Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API
client:Claude Desktop
transport:stdio
runtime:oci
Install geolocation mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wtronk/geolocation-mcp:v1.0.0"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>",
"JELEO_API_URL": "<JELEO_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs