MCP Directory
Back

open-streetmap-mcp

by jagan-shanmugam · Python · ★ 187

An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data.

#anthropic-claude#llm#mcp#mcp-server#openstreetmap

Install

pip install git+https://github.com/jagan-shanmugam/open-streetmap-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "open-streetmap-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/jagan-shanmugam/open-streetmap-mcp.git"
      ]
    }
  }
}

From the README

An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data. - : The main server, available for public use. This server provides LLMs with tools to interact with OpenStreetMap data, enabling location-based applications to: - Geocode addresses and place names to coordinates - Reverse geocode coordinates to addresses - Find nearby points of interest - Get route directions between locations - Search for places by category within a bounding box - Suggest optimal meeting points for multiple people - Explore areas and get compre…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers