/
by ai.smithery
Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr…
Server configuration and capabilities from the MCP manifest
Size: 1,429 bytes (358 tokens)
Tools Found: 1
Analysis ID: ava9isz8
❤️ Generate mermaid diagram and chart with AI MCP dynamically.
Stars
Registry ID: c9040f9c-9d06-4bff-8628-414f6e078979
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/21/2025
Last Release: 9/13/2025
Open Issues: 2
Historical performance and growth metrics over time
{
"name": "mcp-mermaid",
"tags": [
"mcp",
"mermaid",
"data-visualization",
"chart",
"diagram"
],
"tools": [
{
"name": "generate_mermaid_diagram",
"description": "Generate mermaid diagram and chart with mermaid syntax dynamically. Mermaid is a JavaScript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development.",
"input_schema": {
"type": "object",
"required": [
"mermaid"
],
"properties": {
"theme": {
"enum": [
"default",
"base",
"forest",
"dark",
"neutral"
],
"type": "string",
"description": "Theme for the diagram (optional). Default is 'default'."
},
"mermaid": {
"type": "string",
"description": "The mermaid diagram syntax used to be generated, such as, graph TD; A-->B; A-->C; B-->D; C-->D."
},
"outputType": {
"enum": [
"png",
"svg",
"mermaid"
],
"type": "string",
"description": "The output type of the diagram. Can be 'png', 'svg' or 'mermaid'. Default is 'png'."
},
"backgroundColor": {
"type": "string",
"description": "Background color for the diagram (optional). Default is 'white'."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"properties": {
"data": {
"type": "string"
},
"text": {
"type": "string"
},
"type": {
"type": "string"
},
"mimeType": {
"type": "string"
}
}
}
}
}
}
}
],
"version": "0.2.0",
"categories": [],
"description": "❤️ Generate mermaid diagram and chart with AI MCP dynamically."
}Forks
Watchers
Contributors
Last Push: 9/21/2025
Last Release: 9/13/2025
Open Issues: 2