MCP server for OpenCage geocoding API
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An MCP (Model Context Protocol) server that provides geocoding capabilities using the OpenCage geocoding API. This server allows you to convert between addresses and geographic coordinates.
PLEASE NOTE: the examples shown here are based on an integration with claude.ai's desktop client. MCP as a concept is supported by other services, but may require a slightly different configuration.
Is MCP the right tool?
This MCP is the right tool for small amounts of geocoding, for example while manually prompting an LLM.
If however, you want to process larger volumes of data, for example CSV files full of address or coordinates, or connecting to database full of data, it is almost certainly both faster and more affordable to use our command line tools, or have the LLM write a script to call our API directly.
We offer a markdown-formatted opencage-geocoding-api SKILL file to train your AI on best practices for working with our geocoding API.
Clone the repository. Change into the repository directory
This is enough to get the MCP working with Claude Desktop (see below)
If you want to develop the MCP and plan to query the MCP from the command line you will also need to:
Add this configuration to your Claude Desktop config file
On a Mac the config file should be (~/Library/Application Support/Claude/claude_desktop_config.json), but you can also navigate to the file via the menu: Settings > Developer > Edit Config
Note: the first time you run a command you will need to give Claude permission

Convert an address or place name to coordinates and information about that location.
Parameters:
query (required): The address or place name to geocodecountrycode (optional): Restrict to country (ISO 3166-1 alpha-2 code)bounds (optional): Bounding box (min_lon,min_lat,max_lon,max_lat)language (optional): Language for results (e.g., 'en', 'de', 'fr')limit (optional): Max results (1-100, default 10)no_annotations (optional): Exclude location annotationsExample prompts
Convert coordinates to an address and information about that location
Parameters:
latitude (required): Latitude coordinate (-90 to 90) in decimal formatlongitude (required): Longitude coordinate (-180 to 180) in decimal formatlanguage (optional): Language for resultsno_annotations (optional): Exclude location annotationsExample prompts
Check your current API usage and rate limits. NOTE: subscription customers do NOT have hard usage limits. See relevant documentation.
Parameters: None
Returns: Information about remaining requests, rate limits, and reset times.
A helpful assistant for geocoding tasks. Provides guidance on using the geocoding tools effectively.
The server includes comprehensive error handling:
OPENCAGE_API_KEY: Your OpenCage geocoding API key (required)OPENCAGE_API_KEY is setget-api-status toolOpenCage homepage - Get your geocoding API key
OpenCage API Documentation - Full OpenCage geocoding API reference
Model Context Protocol - Learn more about MCP
We run a worldwide geocoding API and geosearch service based on open data. Learn more about us.
We also organize Geomob, a series of regular meetups for location based service creators, where we do our best to highlight geoinnovation. If you like geo stuff, you will probably enjoy the Geomob podcast.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/opencage-geocoding-mcp)<a href="https://allmcps.com/mcp/opencage-geocoding-mcp"><img src="https://allmcps.com/api/badge/opencage-geocoding-mcp?style=directory" alt="Opencage Geocoding Mcp on AllMCPs" /></a>