3dcitydb-mcp-server

tum-gis/3dcitydb-mcp-server
★ 4 stars Python 🤖 AI/LLM Updated 2d ago
A Model Context Protocol (MCP) server that gives AI assistants (Claude Code, Claude Desktop, and any MCP-compatible client) direct, natural language access to 3DCityDB v5 semantic city models.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "3dcitydb-mcp-server": {
      "command": "uvx",
      "args": [
        "3dcitydb-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install 3dcitydb-mcp-server