Data · MODEL CONTEXT PROTOCOL

kmexnx excel to pdf mcp

An MCP server that can convert Excel (.xls/.xlsx) and Apple Numbers (.numbers) files to PDF

WHAT IT CONNECTS

What kmexnx excel to pdf mcp gives an AI Agent

  • 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
  • Node.js 16 or higher
  • LibreOffice (for the conversion process)
  • Configure your MCP settings in Claude desktop by adding this server to your `mcp_settings.json`:
  • 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.
  • `input_path`: Relative path to the Excel file (required)
  • `output_format`: Output format, currently only PDF is supported (default: "pdf")
  • `input_path`: Relative path to the Numbers file (required)
  • `output_format`: Output format, currently only PDF is supported (default: "pdf")
  • Clone the repository
  • Install dependencies: `npm install`
  • Build the project: `npm run build`
  • Run the server: `npm start`

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.