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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论