
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@rendermark/mcp-server
Advanced tools
> MCP (Model Context Protocol) server for RenderMark — expose markdown rendering and document management to AI agents.
MCP (Model Context Protocol) server for RenderMark — expose markdown rendering and document management to AI agents.
npm install @rendermark/mcp-server
Create ~/.rendermark/config.json:
{
"apiKey": "rm_live_your_api_key_here",
"apiBaseUrl": "https://rendermark.app"
}
Get your API key from rendermark.app/settings.
The MCP server exposes 14 tools:
| Tool | Description |
|---|---|
render_markdown | Convert markdown to styled HTML with themes, templates, TOC, and syntax highlighting |
render_to_image | Render markdown to PNG or JPEG image |
render_diff | Generate a side-by-side or inline diff view between two markdown versions |
export_markdown | Export markdown to a PDF, DOCX, or HTML file on disk |
export_batch | Batch export multiple markdown files at once |
validate_markdown | Check markdown for common issues and formatting problems |
| Tool | Description |
|---|---|
publish_document | Publish a markdown document to RenderMark or Google Docs and get a shareable link |
share_live_preview | Create a temporary shareable URL with configurable expiration (1h–7d) |
share_document | Share a published document with specific email addresses |
| Tool | Description |
|---|---|
read_document | Fetch a document from RenderMark by URL, slug, or ID |
update_document | Update an existing document's content, title, or settings |
list_documents | List your documents with search, filtering, and pagination |
delete_document | Delete a document (requires explicit confirmation) |
| Tool | Description |
|---|---|
sync_from_github | Sync a markdown file from a GitHub repository to RenderMark |
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"rendermark": {
"command": "npx",
"args": ["-y", "@rendermark/mcp-server"]
}
}
}
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"rendermark": {
"command": "npx",
"args": ["-y", "@rendermark/mcp-server"]
}
}
}
Add to your OpenClaw MCP configuration:
{
"mcpServers": {
"rendermark": {
"command": "npx",
"args": ["-y", "@rendermark/mcp-server"]
}
}
}
Ask your AI agent:
"Render this markdown as a styled HTML document with the serif theme"
"Publish my README.md to RenderMark and share it with team@example.com"
"Export the project documentation to PDF with a table of contents"
"Show me the diff between the old and new versions of this document"
MIT
FAQs
> MCP (Model Context Protocol) server for RenderMark — expose markdown rendering and document management to AI agents.
The npm package @rendermark/mcp-server receives a total of 73 weekly downloads. As such, @rendermark/mcp-server popularity was classified as not popular.
We found that @rendermark/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.