# Architecture Diagram MCP

Canonical URL: https://huecki.com/en/tools/architecture-diagram-mcp-en/
Markdown URL: https://huecki.com/en/tools/architecture-diagram-mcp-en.md
Language: English
Published: 2026-06-22
Updated: 2026-06-22
Author: Dominic Hückmann
Category: MCP
Status: Experimental
- Agent topics: LLM-native Engineering
- Tags: MCP, Architecture, Diagrams, Agentic Platform
Content status: reference
Repository: https://github.com/DomEscobar/agentic-platform/tree/main/tools/architecture-diagram-mcp

## Summary

Architecture Diagram MCP creates browser-ready architecture artifacts from agent briefs. It is built for platform maps, stakeholder explainers, and reproducible diagram outputs.

## Description

An MCP server that turns structured architecture briefs into standalone HTML diagrams and clickable explainer pages.

## Body

This MCP belongs to the Agentic Platform tooling and creates diagram artifacts instead of throwaway chat images.

## Primary tools

```txt
create_diagram_html
get_diagram_guidelines
```

## Use it for

- clickable architecture explainers
- platform layer diagrams
- stakeholder versions of technical maps
- reproducible HTML/SVG artifacts for decks and docs

## Local run

```bash
npm install
npm run mcp
```

## Output principle

The MCP should not create a one-off graphic. It should produce a standalone HTML artifact with structure, text, diagram, and room for later processing.
