Excel to PDF MCP Server
@kmexnx
About Excel to PDF MCP Server
An MCP server that can convert Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"excel-to-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kmexnx/excel-to-pdf-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Excel to PDF MCP Server?
An MCP (Model Context Protocol) server that converts Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF format. It integrates with AI assistants like Claude to enable file conversion directly through conversation.
How to use Excel to PDF MCP Server?
Install Node.js 16+ and LibreOffice, then run npm install -g excel-to-pdf-mcp. Configure the server in Claude Desktop’s mcp_settings.json using the command npx excel-to-pdf-mcp. Two tools are available: convert_excel_to_pdf (accepts input_path) and convert_numbers_to_pdf (accepts input_path). Input files must reside within the project directory.
Key features of Excel to PDF MCP Server
- Converts Excel files (.xls/.xlsx) to PDF
- Converts 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
- LibreOffice is the underlying conversion engine
Use cases of Excel to PDF MCP Server
- Convert a quarterly report .xlsx to PDF for stakeholder distribution
- Share Numbers spreadsheets with colleagues who do not have Apple software
- Produce PDF invoices or forms from Excel templates via conversation
- Automate document conversion workflows through an AI assistant
FAQ from Excel to PDF MCP Server
What software is required to run this server?
Node.js 16 or higher and LibreOffice must be installed on the system.
How do I install LibreOffice?
On macOS: brew install libreoffice. On Ubuntu/Debian: apt-get install libreoffice. On Windows: download from the LibreOffice official website.
What file formats can be converted?
The server supports .xls, .xlsx (Excel), and .numbers (Apple Numbers) files as input. Output is PDF only.
Where must the input files be located?
The files must be within the project directory used by the Claude Desktop environment.
What tools does this MCP server expose?
Two tools: convert_excel_to_pdf and convert_numbers_to_pdf. Both require an input_path parameter and output a PDF file.
More Files & Storage MCP servers
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
Comments