https://github.com/geocoding-ai/mcp
MCP server to access free geocoding
https://github.com/geocoding-ai/mcp
bun geocoding husky mcp mcp-server nominatim openstreetmap osm typescript vibe-coding
Last synced: about 1 month ago
JSON representation
MCP server to access free geocoding
- Host: GitHub
- URL: https://github.com/geocoding-ai/mcp
- Owner: geocoding-ai
- License: mit
- Created: 2025-05-31T09:06:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T20:47:39.000Z (about 1 year ago)
- Last Synced: 2025-06-01T03:56:17.249Z (about 1 year ago)
- Topics: bun, geocoding, husky, mcp, mcp-server, nominatim, openstreetmap, osm, typescript, vibe-coding
- Language: TypeScript
- Homepage: https://nominatim.geocoding.ai
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

 
 
# Geocoding MCP Server
This is a Model Context Protocol (MCP) server that provides geocoding services by integrating with the Nominatim API.
## Installation
### Requirements
- Node.js >= 18.0.0
- Cursor, Windsurf, Claude Desktop, Trae or another MCP Client
## Install in Claude Desktop
Add this to your Claude Desktop `claude_desktop_config.json` file. See [Claude Desktop MCP docs](https://modelcontextprotocol.io/quickstart/user) for more info.
```json
{
"mcpServers": {
"geocoding": {
"command": "npx",
"args": [
"-y",
"@geocoding-ai/mcp"
]
}
}
}
```
## License
Codebase: [MIT](./LICENSE)
Documentation: [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) / [Nominatim developer community](https://github.com/osm-search/Nominatim) / [Nominatim Manual](https://nominatim.org/release-docs/latest/)