This MCP server provides geocoding capabilities using the OpenCage geocoding API, allowing conversion between addresses and geographic coordinates.
From the registry: MCP server for OpenCage geocoding API

$ git clone https://github.com/OpenCageData/opencage-geocoding-mcp.git && cd opencage-geocoding-mcp && npm install && npm run buildPlease install the `opencage-geocoding-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 20+** — Runtime requirement.
- **OpenCage API key** — Sign up at opencagedata.com for a free-trial API key. (https://opencagedata.com/)
- **Clone and build** — Not published to npm — clone and build from source. Run: `git clone https://github.com/OpenCageData/opencage-geocoding-mcp.git && cd opencage-geocoding-mcp && npm install && npm run build`
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["/ABSOLUTE/PATH/TO/opencage-geocoding-mcp/build/index.js"]
- required environment variables:
- `OPENCAGE_API_KEY`: Your OpenCage geocoding API key. (example: `<your-api-key>`)
Note: Must be built from source.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENCAGE_API_KEYrequiredYour OpenCage geocoding API key.MCP server for searching Airweave collections with natural language queries.