Integrations
Supports showing map images on macOS systems
Used as part of the implementation to create map visualizations
Geoapify MCP Server
Convert addresses into GPS coordinates for mapping, and optionally create an image of those coordinates using the Geoapify server.
Facility
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
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.
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.
Related Resources
Related MCP Servers
- -securityAlicense-qualityMCP Server for the Google Maps API.Last updated -75,30344,966JavaScriptMIT License
- -securityFlicense-qualityProvides IP geolocation services using IP-API.com without requiring an API key, enabling users to obtain detailed location and network information for any IP address in a clean, formatted output.Last updated -TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that provides Google Maps API integration, allowing users to search locations, get place details, geocode addresses, calculate distances, obtain directions, and retrieve elevation data through LLM processing capabilities.Last updated -74315TypeScriptMIT License
- -security-license-qualityProvides OpenStreetMap integration for MCP, allowing users to query and visualize map data with tools for adding markers, polygons, and controlling the map view.Last updated -3Python