Loading MCP server directory, please wait...
Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap.
npx @getmcp/cli add io.github.TylerCoxDruin/geolabelRequires Python 3.10+. Community-contributed server. Review source before installing.
GEOLABEL_API_KEYYour GeoLabel API key. Get one free at https://geolabel.dev
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.TylerCoxDruin/geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
],
"env": {
"GEOLABEL_API_KEY": ""
}
}
}
}