Loading MCP server directory, please wait...
Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.
npx @getmcp/cli add io.github.vemonet/openroute-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
OPENROUTESERVICE_API_KEYYour API key for https://api.openrouteservice.org
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vemonet/openroute-mcp": {
"command": "uvx",
"args": [
"openroute-mcp"
],
"env": {
"OPENROUTESERVICE_API_KEY": ""
}
}
}
}