This guide will help you install and configure the Geocoding MCP Desktop Extension (MCPB) for Claude Desktop.
- Claude Desktop application installed
- macOS, Windows, or Linux operating system
- Internet connection for geocoding API calls
-
Locate the MCPB file
- Find the
mcp.mcpbfile in your project directory - File size: ~44MB
- Find the
-
Install via Claude Desktop
- Open Claude Desktop
- Go to Settings → Extensions
- Click "Install Extension"
- Select the
mcp.mcpbfile - Follow the installation prompts
-
Verify Installation
- Restart Claude Desktop
- Check that "Geocoding MCP" appears in your extensions list
- The extension should show as "Active"
# If you have the MCPB CLI installed
mcpb install mcp.mcpb
# Or using bunx
bunx @anthropic-ai/mcpb install mcp.mcpbNo additional configuration is required. The extension uses the free Nominatim API service.
Once installed, you can use the following tools in Claude Desktop:
Convert addresses to coordinates:
Find the coordinates for "Times Square, New York"
Convert coordinates to addresses:
What address is at coordinates 40.7580, -73.9855?
query(required): Address or place name to searchformat: Output format (json, xml, geojson, etc.)addressdetails: Include detailed address components (0 or 1)countrycodes: Limit search to specific countrieslimit: Maximum number of resultsextratags: Include additional tagsnamedetails: Include name detailspolygon_*: Include geometry data
lat(required): Latitude (-90 to 90)lon(required): Longitude (-180 to 180)zoom: Detail level (0-18, higher = more detailed)format: Output formataddressdetails: Include detailed address componentsextratags: Include additional tagsnamedetails: Include name details
- Check that the DXT file is not corrupted
- Restart Claude Desktop
- Verify system compatibility
- Check Claude Desktop logs for errors
- Verify internet connection
- Check if Nominatim service is accessible
- Ensure query parameters are valid
- Try simpler queries if complex ones fail
- Reduce the number of results requested
- Avoid requesting polygon data unless needed
- Use appropriate zoom levels for reverse geocoding
- Data Source: OpenStreetMap via Nominatim API
- License: Data © OpenStreetMap contributors, ODbL 1.0
- Usage Policy: Please respect Nominatim's usage policy
- Rate Limits: Be mindful of API rate limits for heavy usage
For issues or questions:
- Check the troubleshooting section above
- Review the DXT_README.md for detailed documentation
- Verify your query format and parameters
- Check Claude Desktop extension logs
To remove the extension:
- Open Claude Desktop Settings
- Go to Extensions
- Find "Geocoding MCP" in the list
- Click "Uninstall" or "Remove"
- Restart Claude Desktop
- Extension Version: 1.x
- MCPB Version: 0.2
- MCP SDK Version: Latest
- Node.js Compatibility: 18.x and above
Note: This extension runs locally and does not store or transmit personal data beyond the geocoding queries sent to the Nominatim API.