Excel to PDF Converter
This Excel to PDF MCP server converts spreadsheet files to PDF format and integrates seamlessly with AI assistants like Claude via the Model Context Protocol (MCP).
Convert Excel files: Supports
.xlsand.xlsxformats using theconvert_excel_to_pdftoolConvert Apple Numbers files: Supports
.numbersformat using theconvert_numbers_to_pdftoolAI assistant integration: Works with Claude Desktop and other AI tools through MCP
Secure file handling: Processes files securely within project boundaries
Easy installation: Available via npm or Smithery CLI
Requirements: Node.js 16+ and LibreOffice for conversion processing
Supports conversion of Apple Numbers files (.numbers) to PDF format
Uses LibreOffice as the conversion engine to transform spreadsheet files into PDFs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Excel to PDF Converterconvert my budget.xlsx to PDF for sharing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: markdown2pdf-mcp
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:
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"
}
}
}Make sure your Excel or Numbers files are within your project directory.
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:
Clone the repository
Install dependencies:
npm installBuild the project:
npm run buildRun the server:
npm start
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn 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 updated24MIT
- AlicenseBqualityDmaintenanceMCP server that converts Markdown to high-quality PDF documents using LaTeX, enabling AI agents like Claude to generate professional PDFs without requiring sign-ups or credit cards.Last updated18510MIT
- AlicenseAqualityDmaintenanceAn MCP server that converts PDF files to Markdown format using AI sampling capabilities, supporting both local files and URLs with incremental conversion features.Last updated11MIT
- Flicense-qualityCmaintenanceEnables document conversion and processing through an MCP server interface for AI assistants.Last updated
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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