Excel to PDF Converter

Excel to PDF Converter

kmexnx

Converts Excel (.xls, .xlsx) and Apple Numbers spreadsheets to PDF format for easy sharing with people who don't have the original applications.

Converts Excel and Apple Numbers spreadsheets to PDF format, enabling file sharing with stakeholders who lack access to the original applications.

6371 views6Local (stdio)

What it does

  • Convert Excel files to PDF
  • Convert Apple Numbers files to PDF
  • Process multiple spreadsheet formats
  • Handle file conversion through AI conversations

Best for

Sharing spreadsheets with non-Excel usersCreating presentation-ready reportsDocument archiving and distribution
Supports both Excel and Numbers formatsWorks through AI assistant conversations

About Excel to PDF Converter

Excel to PDF Converter is a community-built MCP server published by kmexnx that provides AI assistants with tools and capabilities via the Model Context Protocol. Easily convert Excel or Apple Numbers spreadsheets to PDF format for easy sharing, compatible with pdf to excel tools an It is categorized under productivity, developer tools. This server exposes 2 tools that AI clients can invoke during conversations and coding sessions.

How to install

You can install Excel to PDF Converter in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Excel to PDF Converter is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (2)

convert_excel_to_pdf

Converts Excel files (.xls, .xlsx) to PDF format

convert_numbers_to_pdf

Converts Apple Numbers files (.numbers) to PDF format

MseeP.ai Security Assessment Badge

Excel to PDF MCP Server

smithery badge

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.

Excel to PDF Converter MCP server

Features

  • 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

Requirements

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

Installation

Installing via Smithery

To install Excel to PDF Converter for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @kmexnx/excel-to-pdf-mcp --client claude

Install LibreOffice

LibreOffice is required for the conversion process. Install it according to your operating system:

On macOS:

brew install libreoffice

On Ubuntu/Debian:

apt-get install libreoffice

On Windows:

Download and install from LibreOffice official website.

Install the MCP server

npm install -g excel-to-pdf-mcp

Using with Claude Desktop

To use this MCP server with Claude desktop:

  1. Configure your MCP settings in Claude desktop by adding this server to your mcp_settings.json:
{
  "mcpServers": {
    "excel-to-pdf-mcp": {
      "command": "npx",
      "args": ["excel-to-pdf-mcp"],
      "name": "Excel to PDF Converter"
    }
  }
}
  1. Make sure your Excel or Numbers files are within your project directory.

  2. Once configured, Claude will be able to convert your spreadsheet files to PDF using this tool.

Example Conversation

Here's an example of how a conversation with Claude might look when using this MCP server:

User: "I need to convert my quarterly_report.xlsx to PDF so I can share it with stakeholders."

Claude: "I can help you convert your Excel file to PDF. Let me use the Excel to PDF converter tool."

Claude would then use the tool behind the scenes:

Tool: convert_excel_to_pdf
Arguments: {
  "input_path": "quarterly_report.xlsx",
  "output_format": "pdf"
}

Claude: "I've converted your Excel file to PDF. You can find it at: quarterly_report-1628347658-a7b2c9.pdf in your project directory."

Available Tools

This MCP server provides the following tools:

1. convert_excel_to_pdf

Converts Excel files (.xls/.xlsx) to PDF format.

Arguments:

  • input_path: Relative path to the Excel file (required)
  • output_format: Output format, currently only PDF is supported (default: "pdf")

2. convert_numbers_to_pdf

Converts Apple Numbers files (.numbers) to PDF format.

Arguments:

  • input_path: Relative path to the Numbers file (required)
  • output_format: Output format, currently only PDF is supported (default: "pdf")

Development

If you want to run from source or contribute:

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the project: npm run build
  4. Run the server: npm start

License

MIT

Alternatives

Related Skills

Browse all skills
pdf-converter

Convert PDF files to and from Word, Excel, Image, and other formats

0
markdown-converter

Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.

0
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

6
code-review-excellence

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

5
cli-builder

Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.

2
google-gemini-file-search

Build document Q&A and searchable knowledge bases with Google Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats (PDF, Word, Excel, code), configure semantic search, and query with natural language.Use when: building document Q&A systems, creating searchable knowledge bases, implementing semantic search without managing embeddings, indexing large document collections (100+ formats), or troubleshooting document immutability errors (delete+re-upload required), storage quota issues (3x input size for embeddings), chunking configuration (500 tokens/chunk recommended), metadata limits (20 key-value pairs max), indexing cost surprises ($0.15/1M tokens one-time), operation polling timeouts (wait for done: true), force delete errors, or model compatibility (Gemini 2.5 Pro/Flash only).

1