Skip to content
Cursor

RenderMark for Cursor

io.github.jmsaavedra/rendermark

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

client:Cursor transport:stdio runtime:npm

Install RenderMark in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RenderMark in other clients