← Index

io.github.OpenCageData/opencage-geocoding-mcp

io.github.OpenCageData/opencage-geocoding-mcp·v1.0.3·Maps & Location
Quality Score
65
/100

MCP server for OpenCage geocoding API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "opencage-geocoding-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@opencage/mcp-opencage-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "opencage-geocoding-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@opencage/mcp-opencage-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @opencage/mcp-opencage-server
§02  Environment variables
YOUR_API_KEY
requiredsecret

Your API key for the service

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Maps & Location