Excel To Pdf MCP Server

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

Local serverstdio

What is the Excel To Pdf MCP MCP server?

Most developer tooling work still happens through a UI a human drives. Excel To Pdf MCP MCP server moves it into the conversation instead. An MCP server that can convert Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF.

The short version

An MCP (Model Context Protocol) server that can convert Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF format. This tool integrates with AI assistants like Claude to enable file conversion directly through the conversation.

  • Convert Excel files (.xls, .xlsx) to PDF
  • Convert Apple Numbers files (.numbers) to PDF
  • Integrates with AI assistants via the Model Context Protocol
  • Secure file handling that respects project boundaries
  • Easy installation via npm

Getting it running

Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What it needs from you

  • Node.js 16 or higher - LibreOffice (for the conversion process)

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by kmexnx; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Excel To Pdf MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Excel To Pdf MCP MCP server

{
  "mcpServers": {
    "excel-to-pdf": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 16 or higher - LibreOffice (for the conversion process)

Frequently asked questions

It connects Excel To Pdf MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Excel To Pdf MCP directly.