parti-mcp
Related Servers
Alternatives to parti-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables users to create and edit 3D floor plans conversationally, describing rooms and layouts or uploading DWG/PDF drawings, then view them in 2D/3D via a live link.3MIT
- AlicenseNot gradedqualityCmaintenanceConverts architectural PDF plans into dimension-verified millimetre geometry, IFC models, and CPU-rendered views, with built-in validation for boundaries, areas, and overlaps.MIT
- FlicenseNot gradedqualityBmaintenanceProvides 3D architecture visualization from floorplan layouts, with tools for generating 3D models, rendering perspectives, and exporting models. Currently uses a stub provider with placeholder URLs.-
- FlicenseAqualityBmaintenanceAn MCP server that generates standalone SVG architecture diagrams from text descriptions, running entirely on your machine with no dependencies or network access.8-
- FlicenseNot gradedqualityDmaintenanceEnables to create, compose, and export SVG documents programmatically using the svgwrite library through tool calls. Supports shapes, groups, gradients, and pattern generators.-
- AlicenseNot gradedqualityAmaintenanceConverts spoken descriptions into standards-compliant floor plans and furnished 3D models, enabling real-time collaborative editing through a live browser editor with Claude AI.34Apache 2.0
TDQS
Scored across 3 tools
Each tool has a clear, distinct purpose: ping is a liveness check, render_site_plan handles exterior/environmental layouts, and render_floor_plan handles interior layouts. There is no realistic ambiguity between the render tools because their domains are mutually exclusive.
The two primary tools follow a consistent render_<plan_type> naming convention, which is clear and predictable. ping is a minor deviation, but it is standard enough for a health-check tool and does not harm readability.
With just three tools, the server is minimal but still well-scoped for a focused rendering server: a health check plus two specialized actions. It slightly sits at the low end, but every tool has a distinct reason to exist.
The server covers both core domains it advertises—exterior site plans and interior floor plans—with no obvious dead ends. A section/elevation render or spec-related utility could extend it, but for the stated render-focused purpose the set is reasonably complete.