MCP-Diagram
@tenpigs267
MCP-Diagram について
MCP server for diagramming
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-diagram": {
"command": "java",
"args": [
"-jar",
"CHEMIN/VERS/mcp-diagram-X.Y.Z.jar"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP-Diagram?
MCP-Diagram is an MCP (Model-Client-Protocol) server that generates diagrams from textual descriptions inside Claude and other AI assistants. It supports multiple diagram types through D2Lang and Mermaid syntax, making it ideal for developers and architects who want to quickly visualize systems during AI conversations.
How to use MCP-Diagram?
Download the latest JAR file and add the server to your claude_desktop_config.json with the command java -jar path/to/mcp-diagram-X.Y.Z.jar. Once configured, simply ask Claude to create a diagram—the server handles generation and returns a viewable link.
Key features of MCP-Diagram
- Architecture diagrams with D2Lang and Mermaid
- UML class, Entity-Relation, sequence diagrams (Mermaid)
- Gantt chart and timeline generation (Mermaid)
- Mind map generation (Mermaid)
- Eight distinct diagram functions available
Use cases of MCP-Diagram
- Visualize software architectures (e.g., AWS cloud infrastructure)
- Model class hierarchies and database schemas
- Plan project timelines with Gantt charts
- Brainstorm and organize ideas as mind maps
- Document system interactions with sequence diagrams
FAQ from MCP-Diagram
What are the system requirements for MCP-Diagram?
Java Runtime Environment (JRE) 17 or higher is required. For integration with Claude, the Claude Desktop application must be installed.
How do I configure MCP-Diagram with Claude Desktop?
Add the server to claude_desktop_config.json with the command java -jar C:\PATH\TO\mcp-diagram-1.0.0.jar (Windows) or the equivalent Linux/macOS path. Ensure the JAR path is correct.
What diagram types does MCP-Diagram support?
It supports D2Lang complex diagrams and Mermaid diagrams: class, complex, Entity-Relation, Gantt, mind map, sequence, and timeline.
Why are my diagrams not displaying?
Make sure your browser can access the Internet and that generated URLs are not blocked by a firewall.
How do I troubleshoot startup issues?
Verify Java 17+ is installed (java -version), confirm the JAR path in the configuration is correct, and check that the JAR file has execute permissions.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント