Office
Enables reading and writing of Microsoft Word (docx) files through a Model Context Protocol (MCP) server.
概要
Office provides a Model Context Protocol (MCP) server that allows users to programmatically interact with Microsoft Word (docx) files. It includes tools to read the full content of docx files (including tables and images, with image placeholders), write new docx files with specified content (using double line breaks for paragraphs and a [Table] tag for tables), edit text within specific paragraphs via search and replace, and insert new paragraphs at specified locations within existing documents. It is designed for applications needing automated docx processing and manipulation.
主な機能
- Creates new docx files with specified content.
- Edits text in specific paragraphs using search and replace.
- Inserts new paragraphs into docx files at specified locations.
- Reads complete contents of docx files, including tables and images (as placeholders).
- Uses a Model Context Protocol (MCP) server for programmatic interaction.
ユースケース
- Automated document generation.
- Programmatic text replacement in existing documents.
- Data extraction from docx files.