Skip to content
VS Code

RenderMark for VS Code

io.github.jmsaavedra/rendermark

Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math.

client:VS Code transport:stdio runtime:npm

Install RenderMark in VS Code

.vscode/mcp.json

{
  "servers": {
    "rendermark": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rendermark/mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RenderMark in other clients