Geoapify MCP Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Geoapify MCP Server
Convert addresses into GPS coordinates for mapping, and optionally create an image of those coordinates using the Geoapify server.
Installation
You'll need to get an API key from Geoapify, and set it as an environment variable named GEO_APIKEY
.
Your claude_desktop_config.json
will look like this after:
You'll notice we include all the dependencies in our args
.
Tools
get_gps_coordinates
Used to get GPS coordinates from the API for creating GEOJSON, etc.
create_map_from_geojson
Create a map image and show it. (Showing only works on MacOS for now.)
Example Usage
Get GPS Coordinates
Result: Attached JSON file
Returns a GeoJSON file.
Create a Map Image
Result:
LICENSE
MIT
This server cannot be installed
Converts addresses to GPS coordinates and creates map visualizations using the Geoapify API, allowing Claude users to generate GeoJSON data and map images from location lists.