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
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.
Frequently asked questions
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.
Basic information
More Files & Storage MCP servers
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Comments