← Back to Plugins
MCP Server MCP

io.github.sheetrender/sheetrender-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @sheetrender/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@sheetrender/mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SheetRender API key (sr_live_...), from sheetrender.com under Settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SHEETRENDER_API_KEY"
        },
        {
          "description": "Base URL of the SheetRender API; defaults to https://sheetrender.com",
          "format": "string",
          "name": "SHEETRENDER_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...