osmnx

GitHub

Download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap.

5,786 stars Python 1 file ยท ~7,558 tokens #geography#geospatial#gis#mapping#networks#networkx#openstreetmap#osm

osmnx MCP Server

MCP server for gboeing/osmnx

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "osmnx": {
      "command": "npx",
      "args": [
        "-y",
        "@gboeing/osmnx"
      ]
    }
  }
}