Back to Home
rayss868 icon

OfficeDocumentEngine-ODE

Verified Safe

by rayss868

Overview

Automating interaction with and manipulation of common office documents (Excel, PDF, DOCX) through an MCP server for AI agents.

Installation

Run Command
node build/index.js

Security Notes

The server performs file system operations (read, write, delete, create) based on `fileAbsolutePath` arguments. While input validation with Zod helps ensure argument structure, it does not inherently prevent an untrusted or compromised AI agent from specifying malicious file paths (e.g., using '..' for directory traversal) leading to arbitrary file system access. This risk is inherent to tools designed for file manipulation and is typically managed by the AI agent's sandbox or trust model. No 'eval' or direct RCE vectors were found in the provided code, and communication is restricted to stdio, limiting network attack surface.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-26

Tags

Document AutomationOffice FilesPDF ProcessingExcel ManipulationDOCX Content