Home › Other › opencage-geocoding-mcp

opencage-geocoding-mcp

MCP server for OpenCage geocoding API

JavaScript
★ 19 stars Last pushed 2026-09-10 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.3)

npx -y @opencage/mcp-opencage-server@1.0.3

Or add to your MCP client config:

{
  "mcpServers": {
    "opencage-geocoding-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@opencage/mcp-opencage-server@1.0.3"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • YOUR_API_KEY required secret — Your API key for the service

Related servers

Data from the Official MCP Registry