MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation
Most cloud and infrastructure work still happens through a UI a human drives. Media MCP server moves it into the conversation instead. MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation.
MCP server that generates diagrams, charts, HTML pages, and slide decks from text DSLs -- designed for AI coding agents to embed into Markdown.
The server publishes 9 tools. What each one is for:
Utilities — The Utilities tool exposed by this serverget_tool_guide — Get usage guide for any tool before rendering. Returns examples, anti-patterns to avoid, complexity limits, and tipsrender_mermaid — The render_mermaid tool exposed by this serverrender_d2 — The render_d2 tool exposed by this serverrender_graphviz — The render_graphviz tool exposed by this serverrender_chart — The render_chart tool exposed by this serverrender_html_page — Generates a self-contained themed HTML page. No Docker requiredrender_slides — Generates a self-contained HTML slide deck with keyboard/touch navigation. No Docker requiredlist_assets — Returns a JSON array of all generated files with name, path, size, and modification timeInstallation goes through your MCP client rather than a global install: point it at mcp-media-forge on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: PROJECT_ROOT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Media's toolset — Utilities, get_tool_guide, render_mermaid and 6 more — is a fair guide to whether it matches your workflow. It is maintained by PavelGuzenfeld; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Media's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Utilities | The Utilities tool exposed by this server. |
| get_tool_guide | Get usage guide for any tool before rendering. Returns examples, anti-patterns to avoid, complexity limits, and tips. |
| render_mermaid | The render_mermaid tool exposed by this server. |
| render_d2 | The render_d2 tool exposed by this server. |
| render_graphviz | The render_graphviz tool exposed by this server. |
| render_chart | The render_chart tool exposed by this server. |
| render_html_page | Generates a self-contained themed HTML page. No Docker required. |
| render_slides | Generates a self-contained HTML slide deck with keyboard/touch navigation. No Docker required. |
| list_assets | Returns a JSON array of all generated files with name, path, size, and modification time. |
{
"mcpServers": {
"media-forge": {
"command": "node",
"args": ["/path/to/mcp-media-forge/dist/index.js"],
"env": {
"PROJECT_ROOT": "/path/to/your/project"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PROJECT_ROOT | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.