Odel
opencage geocoding mcp

opencage geocoding mcp

Local
@opencagedata19JavaScriptMITUpdated 4 days ago

MCP server for OpenCage geocoding API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@opencage/mcp-opencage-serverv1.0.3

Run

npx -y @opencage/mcp-opencage-server

MCP client config

{
  "mcpServers": {
    "opencage-geocoding-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@opencage/mcp-opencage-server"
      ]
    }
  }
}