Skip to main content
Glama
0PValencia

diagram-studio-mcp

by 0PValencia

@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 falta npm install && npm run build para que el bin local exista. Sin eso, npx falla con diagram-studio-mcp: not found y el MCP se queda cargando.

Related MCP server: dgmo-mcp

Install / run

npx -y @0pvalencia/diagram-studio-mcp

Local

npm install
npm run build
npm start

Tools

  • render_diagram — source + engine → PNG/SVG

  • list_engines

Opcional: KROKI_URL (default https://kroki.io).

Opcional: KROKI_URL (default https://kroki.io).

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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