Excel to PDF ConverterServer

kmexnx
GitHub
file conversionMCPAI integration

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "excel-to-pdf-mcp": {
        "env": {},
        "args": [
          "excel-to-pdf-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

convert_excel_to_pdfconvert_numbers_to_pdf

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

💬 Example Queries

  • I need to convert my quarterly_report.xlsx to PDF so I can share it with stakeholders.