Skip to content

Excel To Pdf

Free

by MCP Community

An MCP server that can convert Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF

v1.0.1Added Apr 12, 2026
mcpexcelpdfconvertnumbers
Works with:ClaudeGPTGeminiCopilot

Excel To Pdf MCP Server

An MCP server that can convert Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF

Installation

npx -y excel-to-pdf-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y excel-to-pdf-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "excel-to-pdf": {
      "command": "npx",
      "args": ["-y", "excel-to-pdf-mcp"]
    }
  }
}