Developer Tools
Trust: 41/100 (Fair)io.github.OpenCageData/opencage-geocoding-mcp Guide
MCP server for OpenCage geocoding API
18 starsby OpenCageData
Quick Start
Install
npx @opencage/mcp-opencage-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-opencagedata-opencage-geocoding-mcp": {
"command": "npx",
"args": [
"@opencage/mcp-opencage-server"
]
}
}
}