Openroute MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from pypi. Last commit 31 Jan 2026.
Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add openroute-mcp -- uvx openroute-mcp
{
"mcpServers": {
"openroute-mcp": {
"args": [
"openroute-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.openroute-mcp]
command = "uvx"
args = ["openroute-mcp"]
{
"mcpServers": {
"openroute-mcp": {
"args": [
"openroute-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"openroute-mcp": {
"args": [
"openroute-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.