Openstreetmap Mcpserver

by ghassenTn

369 downloads
Not rated
GitHub

About

Openstreetmap Mcpserver is a Model Context Protocol (MCP) server that integrates OpenStreetMap routing capabilities with Claude AI for advanced route planning, cost estimation, and place search using the OpenRouteService API.

Details

Author
ghassenTn
Downloads
369
Categories
Other

- Route calculation between multiple points
- Compare routing options (avoid tolls, highways, etc.)
- Calculate distance and duration matrices
- Estimate fuel and toll costs
- Place search using OpenStreetMap geocoding
- Support for driving, walking, and cycling modes

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Openstreetmap Mcpserver
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install and configure the server to work with a compatible MCP host (such as Claude Desktop). Add the server configuration with your OpenRouteService API key. Once connected, you can request routes, compare routing options, calculate distance matrices, estimate costs, and search for places using natural language commands.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "openstreetmap mcpserver": {
            "openstreetmap": {
                "command": "node",
                "args": [
                    "C:\\Users\\YourName\\openstreetmap-mcp-server\\src\\index.js"
                ],
                "cwd": "C:\\Users\\YourName\\openstreetmap-mcp-server"
            }
        }
    }
}

McpServers

{
    "openstreetmap": {
        "command": "node",
        "args": [
            "C:\\Users\\YourName\\openstreetmap-mcp-server\\src\\index.js"
        ],
        "cwd": "C:\\Users\\YourName\\openstreetmap-mcp-server"
    }
}

OpenStreetMap MCP Server

A Model Context Protocol (MCP) server that integrates OpenStreetMap routing capabilities with Claude AI for advanced route planning, cost estimation, and place search using OpenRouteService API.

Features

- Route Calculation: Get optimal routes between multiple points
- Route Comparison: Compare different routing options (avoid tolls, highways, etc.)
- Distance Matrix: Calculate distances and durations between multiple origins and destinations
- Cost Estimation: Estimate fuel and toll costs for trips
- Place Search: Find places using OpenStreetMap geocoding
- Multiple Transport Modes: Support for driving, walking, and cycling

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.