openroute mcp for Cursor
io.github.vemonet/openroute-mcp
Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving.
client:Cursor
transport:stdio
runtime:pypi
Install openroute mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openroute-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openroute-mcp"
],
"env": {
"OPENROUTESERVICE_API_KEY": "<OPENROUTESERVICE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs