Geocoding for Cline
io.github.danishashko/geocode-mcp
Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.
client:Cline
transport:stdio
runtime:npm
Install Geocoding in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<GEOCODE_USER_AGENT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs