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

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
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 claudeInstall LibreOffice
LibreOffice is required for the conversion process. Install it according to your operating system:
On macOS:
brew install libreofficeOn Ubuntu/Debian:
apt-get install libreofficeOn Windows:
Download and install from LibreOffice official website.
Install the MCP server
npm install -g excel-to-pdf-mcpUsing 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"
}
}
}2. Make sure your Excel or Numbers files are within your project directory.
3. 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
Frequently asked questions
What is excel-to-pdf-mcp?
excel-to-pdf-mcp is An MCP server that can convert Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF
How do I install excel-to-pdf-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is excel-to-pdf-mcp open source?
Yes — it is hosted on GitHub at https://github.com/kmexnx/excel-to-pdf-mcp and has 2 stars.
Related MCP tools
🍒 Cherry Studio is a desktop client that supports for multiple LLM providers. Built for the Model Context Protocol to enhance AI capabilities.
Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini...
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, ...
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling for the Model Context Protocol. Enhance AI assistants with powerf
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Lan...
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP