office-mcp-server
0
The Office MCP Server is an unofficial Model Context Protocol server built using Quarkus, aimed at processing requests for AI agents handling office files like Word and Excel. It supports Excel, Word, and PowerPoint file manipulations offering various tools for managing these documents.
Office MCP Server
The Office MCP Server is an unofficial Model Context Protocol (MCP) Server designed to manage and process requests from AI agents for Word, Excel, and other office files.
Framework
- Built using the Quarkus framework, optimized for cloud-native applications.
Supported Methods
Excel Features
- Retrieve filenames, create workbooks and sheets, add rows, read cells, and close workbooks.
- Get sheet, row, and column counts.
Word Features
- Create documents and add text.
PowerPoint Features
- Create presentations, add slides, and read slide titles.
How to Debug and Run
- Build the application with Maven.
- Run on default port
8080
. - Access APIs at
http://localhost:8080
.
Configuration
- Configurable via
application.properties
.
Testing
- Tests can be run with Maven commands.
Installation
- Configurable with VS Code and Claude Desktop.
License
- Licensed under the MIT License.