What is the Geocoding MCP server?
Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.
How to install Geocoding
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GEOCODE_USER_AGENTDescriptive User-Agent with contact info requested by OpenStreetMap, e.g. 'your-app your@email.com'
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<YOUR_GEOCODE_USER_AGENT>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<YOUR_GEOCODE_USER_AGENT>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"geocode-mcp": {
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<YOUR_GEOCODE_USER_AGENT>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"geocode-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"geocode-mcp"
],
"env": {
"GEOCODE_USER_AGENT": "<YOUR_GEOCODE_USER_AGENT>"
}
}
}
}Claude Code
claude mcp add geocode-mcp --env GEOCODE_USER_AGENT=<YOUR_GEOCODE_USER_AGENT> -- npx -y geocode-mcpRelated MCP servers
Yahoo Finance
Active
Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news.
11
View repository →Python
MIT
io.github.danishashko/make-mcp
Maintained
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
7
View repository →TypeScript
MIT
SEC EDGAR
Active
SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.
0
View repository →Python
MIT
FRED Economic Data
Active
FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.
0
View repository →Python
MIT