Cover image
Try Now
2025-04-08

Ein MCP -Server, der Excel (.xls/.xlsx) und Apple Numbers (.numbers) in PDF konvertieren kann

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

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

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • jae-jae
  • MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.

  • ravitemer
  • Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)

  • patruff
  • Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden

  • pontusab
  • Die Cursor & Windsurf -Community finden Regeln und MCPs

  • av
  • Führen Sie mühelos LLM -Backends, APIs, Frontends und Dienste mit einem Befehl aus.

  • appcypher
  • Awesome MCP -Server - eine kuratierte Liste von Modellkontext -Protokollservern für Modellkontext

  • Mintplex-Labs
  • Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.

  • chongdashu
  • Aktivieren Sie KI -Assistenten -Clients wie Cursor, Windsurf und Claude -Desktop, um Unreal Engine durch natürliche Sprache mit dem Modellkontextprotokoll (MCP) zu steuern.

    Reviews

    5 (1)
    Avatar
    user_PLLhIAQh
    2025-04-17

    As a dedicated user of the excel-to-pdf-mcp, I am genuinely impressed with how efficiently it converts Excel files to PDF. The tool, created by kmexnx, is user-friendly and reliable, making my workflow much smoother. The straightforward interface and fast processing times save me a lot of time and effort. Highly recommended for anyone needing quick and accurate Excel to PDF conversions!