openroute mcp for Claude Desktop
io.github.vemonet/openroute-mcp
Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.
client:Claude Desktop
transport:stdio
runtime:pypi
Install openroute mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"openroute-mcp": {
"command": "uvx",
"args": [
"openroute-mcp"
],
"env": {
"OPENROUTESERVICE_API_KEY": "<OPENROUTESERVICE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs