Skip to main content
Glama

Excel to PDF Converter

by kmexnx

Excel to PDF MCP Server

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.

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

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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

An MCP server that converts Excel and Apple Numbers files to PDF format, enabling AI assistants like Claude to perform file conversion directly through conversation.

  1. Features
    1. Requirements
      1. Installation
        1. Install LibreOffice
        2. Install the MCP server
      2. Using with Claude Desktop
        1. Example Conversation
          1. Available Tools
            1. 1. convert_excel_to_pdf
            2. 2. convert_numbers_to_pdf
          2. Development
            1. License

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                An MCP server that provides multiple file conversion tools for AI agents, supporting various document and image format conversions including DOCX to PDF, PDF to DOCX, image conversions, Excel to CSV, HTML to PDF, and Markdown to PDF.
                Last updated -
                15
                Python
                MIT License
                • Linux
                • Apple
              • A
                security
                F
                license
                A
                quality
                An MCP server that provides comprehensive Excel file operations, data analysis, and visualization capabilities for working with various spreadsheet formats like XLSX, CSV, and JSON.
                Last updated -
                8
                65
                Python
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol (MCP) based server that efficiently manages PDF files, allowing AI coding tools like Cursor to read, summarize, and extract information from PDF datasheets to assist embedded development work.
                Last updated -
                6
                Apache 2.0
              • -
                security
                F
                license
                -
                quality
                This MCP server enables interactions with the PDF Generator API for creating, converting, and managing PDF documents using natural language commands.
                Last updated -
                Python

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/kmexnx/excel-to-pdf-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server