Odel
osm tagging schema mcp

osm tagging schema mcp

Local
@gander-tools7TypeScriptGPL-3.0Updated 3mo ago

MCP server for querying and validating OpenStreetMap tags

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gander-tools/osm-tagging-schema-mcpv3.0.1

Run

npx -y @gander-tools/osm-tagging-schema-mcp

MCP client config

{
  "mcpServers": {
    "osm-tagging-schema-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gander-tools/osm-tagging-schema-mcp"
      ]
    }
  }
}