OpenRoute MCP
@vemonet
About OpenRoute MCP
MCP server to help plan routes using https://openrouteservice.org, for activities such as hiking or mountain biking.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openroute-mcp": {
"command": "uvx",
"args": [
"openroute-mcp"
],
"env": {
"OPENROUTESERVICE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
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 OpenRoute MCP?
OpenRoute MCP is a Model Context Protocol (MCP) server for planning routes using the OpenRouteService API, designed for activities such as hiking and mountain biking.
How to use OpenRoute MCP?
Set the OPENROUTESERVICE_API_KEY environment variable (obtain a free key from openrouteservice.org), then run uvx openroute-mcp with stdio transport, or use openroute-mcp --http for a streamable HTTP server. Configure your MCP client (e.g., VSCode) to connect via the mcp.json file.
Key features of OpenRoute MCP
- Geocode locations to coordinates and reverse geocode coordinates to addresses.
- Create routes with optional waypoints, returning GPX, PNG, and HTML outputs.
- Search for Points of Interest (POIs) within a bounding box.
- Find known trails (currently only in Switzerland) to suggest waypoints.
- Compute reachable areas within a given time or distance (isochrones).
- Serve generated route files via resources (GPX, PNG, HTML).
Use cases of OpenRoute MCP
- Plan hiking or mountain biking routes with waypoints and visual maps.
- Search for nearby gas stations, restaurants, or other POIs along a route.
- Determine the area reachable within a set time from a starting point.
- Integrate route planning into AI assistants like GitHub Copilot in VSCode.
FAQ from OpenRoute MCP
Do I need an API key?
Yes, you must obtain a free API key from openrouteservice.org and set it via the OPENROUTESERVICE_API_KEY environment variable.
Are the routes guaranteed safe?
No. The routes are for informational purposes only and are not guaranteed to be safe, legal, or suitable. Always verify routes independently with official maps and local authorities.
How can I view the generated GPX?
Copy the full GPX content returned by the tool and paste it into a service like gpx.studio to visualize the route on a map.
Can I run OpenRoute MCP over HTTP?
Yes. Use the --http flag to start a Streamable HTTP server. You can also connect to a public instance at https://openroute-mcp.onrender.com/mcp (note: routes on a public server are publicly accessible).
Where are generated routes saved?
By default, routes are saved to disk in the current working directory. Use --data-folder to specify a custom folder or --no-save to disable saving (which also disables image and HTML generation).
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments