Osm Tagging Schema
Freeby MCP Community
MCP server for querying and validating OpenStreetMap tags
v3.9.1Added Apr 12, 2026
mcpmodel-context-protocolopenstreetmaposmtagging
Osm Tagging Schema MCP Server
MCP server for querying and validating OpenStreetMap tags
Installation
Reviews
Installation
Quick install
npx -y @gander-tools/osm-tagging-schema-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"osm-tagging-schema": {
"command": "npx",
"args": ["-y", "@gander-tools/osm-tagging-schema-mcp"]
}
}
}