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
kmexnx excel to pdf mcp 为 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
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。