HERE Maps MCP Server
@limingchina
About HERE Maps MCP Server
LLM MCP server using HereMaps API
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is HERE Maps MCP Server?
It is a Model Context Protocol (MCP) compliant server that exposes HERE Maps Platform APIs as tools for language models. It enables LLMs to perform geocoding, reverse geocoding, places search, routing, traffic information, and map display through a standardized interface.
How to use HERE Maps MCP Server?
Clone the repository, install Node.js and npm dependencies, and obtain a HERE Maps API Key. Start the server by setting the HERE_MAPS_API_KEY environment variable and running the project. Then configure a compatible MCP client (e.g., Claude) with the provided JSON settings to connect to the server.
Key features of HERE Maps MCP Server
- Geocoding: Convert addresses into geographic coordinates.
- Reverse Geocoding: Convert coordinates into formatted addresses.
- Places Search: Find points of interest near a location.
- Routing: Get directions between two points with transport modes.
- Traffic Information: Retrieve traffic incidents within a radius.
- Display Map: Render a map image with customizable style and zoom.
Use cases of HERE Maps MCP Server
- Find restaurants or services near a specific location.
- Get driving, walking, or biking directions between two points.
- Retrieve current traffic incidents in a city area.
- Display a map image centered on a location with chosen style.
- Combine geocoding and routing for trip planning.
FAQ from HERE Maps MCP Server
How do I get started with HERE Maps MCP Server?
Clone the repository, install Node.js and dependencies, obtain a HERE Maps API Key, and run the server with the API key environment variable. Then configure your MCP client to use the server.
How do I configure the server with a client like Claude?
Add the JSON configuration to the MCP client settings, specifying the command, arguments, and environment variable for the API key. Restart the client for changes to take effect.
What HERE Maps services are available as tools?
The server provides tools for geocoding, reverse geocoding, places search, routing, traffic information, and map display, each corresponding to a specific HERE Maps API.
What are the authentication requirements?
You need a valid HERE Maps API Key, which is passed as the HERE_MAPS_API_KEY environment variable when starting the server.
Is the package available via npm?
The npm package is not yet published. You
More Media & Design MCP servers
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
Comments