PluginBench
MCP Server
Maintained
MIT

io.github.PavelGuzenfeld/media-forge MCP Server

io.github.PavelGuzenfeld/media-forge

What is the io.github.PavelGuzenfeld/media-forge MCP server?

MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation

How to install io.github.PavelGuzenfeld/media-forge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "media-forge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-forge"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "media-forge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-forge"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "media-forge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-forge"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "media-forge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-forge"
      ]
    }
  }
}
Claude Code
claude mcp add media-forge -- npx -y mcp-media-forge

Related MCP servers

MCP server that exposes Google Gemini as tools for Claude Code

0
JavaScript
MIT
View repository →