diagram-studio-mcp
Allows rendering Mermaid diagrams as PNG or SVG images via Kroki.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@diagram-studio-mcpCreate a Mermaid flowchart showing the order process"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@0pvalencia/diagram-studio-mcp
MCP para renderizar diagramas (Mermaid, Graphviz, PlantUML, D2) vía Kroki.
Cursor / Claude / VS Code
Local (recomendado si clonas el repo)
{
"mcpServers": {
"diagram-studio": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/diagram-studio-mcp/dist/cli.js"]
}
}
}Tras clonar: npm install && npm run build.
npx (sin clonar)
{
"mcpServers": {
"diagram-studio": {
"command": "npx",
"args": ["-y", "@0pvalencia/diagram-studio-mcp"]
}
}
}Si abres este repo en Cursor y usas
npx, hace faltanpm install && npm run buildpara que el bin local exista. Sin eso,npxfalla condiagram-studio-mcp: not foundy el MCP se queda cargando.
Related MCP server: dgmo-mcp
Install / run
npx -y @0pvalencia/diagram-studio-mcpLocal
npm install
npm run build
npm startTools
render_diagram— source + engine → PNG/SVGlist_engines
Opcional: KROKI_URL (default https://kroki.io).
Opcional: KROKI_URL (default https://kroki.io).
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.Last updated1446232MIT
- AlicenseAqualityAmaintenanceMCP server for rendering 35+ diagram types — sequence, flowchart, ER, C4, gantt, mindmap, infra, and more — to SVG/PNG with browser preview. Local rendering with palette/theme support and shareable diagrammo.app URLs.Last updated113661MIT
- Alicense-qualityCmaintenanceMCP server for rendering Mermaid diagrams and generating source-code diagrams, with tools to render text/files and produce dependency/class diagrams.Last updated59MIT
- Flicense-qualityDmaintenanceMCP server that generates Mermaid diagrams with live browser preview, supports real-time rendering and SVG/PNG export.Last updated12
Related MCP Connectors
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0PValencia/diagram-studio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server