mcpbeat Sign in

Sheetrender MCP Server

by sheetrender Your server? Claim it
local only

Sheetrender MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 584 installs a week from npm. Last commit 24 Aug 2026.

MCP server for SheetRender: render PDFs from HTML templates and spreadsheet data.

Installs per day peak 494 · avg 21 · +798% w/w
a month agotoday
584
Installs / week
npm · @sheetrender/mcp
1
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sheetrender MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sheetrender-mcp -- npx -y @sheetrender/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sheetrender-mcp": {
      "args": [
        "-y",
        "@sheetrender/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sheetrender-mcp]
command = "npx"
args = ["-y", "@sheetrender/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sheetrender-mcp": {
      "args": [
        "-y",
        "@sheetrender/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sheetrender-mcp": {
      "args": [
        "-y",
        "@sheetrender/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sheetrender MCP

same job, measured the same way
Lemonado
by lemonadolabs

MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets

answering
Emboss
by edwinorange

Turn flat PDFs into fillable forms and fill them from data, documents, or a spreadsheet.

answering
Google Sheets
by mcparmory

Create, read, and modify spreadsheet data, formatting, and sheets

313 installs/wk local only
Talonic
by talonicdev

Extract structured, schema-validated data from PDFs, scans, images, spreadsheets, and forms.

233 installs/wk local only
X402 Dataviz MCP
by liminalpepe

Free MCP server: render bar/line/area charts to SVG from structured data.

47 installs/wk local only
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Numbersmcp
by aernouddekker

MCP server for macOS Numbers.app — spreadsheet access via AppleScript

47 installs/wk local only

Sheetrender MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sheetrender MCP?
Sheetrender MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sheetrender/mcp was installed 584 times last week.
How do I connect Sheetrender MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @sheetrender/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sheetrender MCP?
The npm package @sheetrender/mcp was installed 584 times in the last week. Week over week that is +798%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sheetrender MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.