Office MCP Server
@lescoggi
Office MCP Server について
Office MCP Server
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Office MCP Server?
Office MCP Server is an unofficial Model Context Protocol (MCP) server built in Java (Quarkus) that enables AI agents to programmatically manage and process Word, Excel, and PowerPoint files.
How to use Office MCP Server?
Build the project with ./mvnw clean package, then run the JAR with java -jar target/office-mcp-server-0.0.1-SNAPSHOT-runner.jar. The server starts on port 8080. It can be configured as an MCP tool in VS Code (via GitHub Copilot Agent mode) or in Claude Desktop by adding the server to claude_desktop_config.json.
Key features of Office MCP Server
- Excel: create workbooks, sheets, add rows, read cells, close, get sheet/row/column counts
- Word: create documents and add text
- PowerPoint: create presentations, add slides, add text, read slide titles, get slide count
- Built with Quarkus for fast startup and low memory usage
- Supports MCP tools and resources for AI agent integration
- Configurable SSE root path via
application.properties
Use cases of Office MCP Server
- AI agents automatically generating Excel reports based on data
- Creating and editing Word documents from natural language instructions
- Assembling PowerPoint presentations with slides and text content
- Querying metadata (row/column/slide counts) from existing Office files
FAQ from Office MCP Server
What runtime does Office MCP Server require?
It requires Java and Maven to build; the server runs as a standalone JAR (Java 17+ typical).
How do I configure the server for Claude Desktop?
Add the server to claude_desktop_config.json with the java command pointing to the JAR file. Example: { "command": "java", "args": ["-jar", "~/Downloads/office-mcp-server-0.0.1-SNAPSHOT-runner.jar"] }.
Can I run the server in development mode?
Yes, use ./mvnw quarkus:dev for Quarkus dev mode with hot reload.
How are Office files accessed?
The server operates on file paths specified in tool arguments (local file system). No cloud storage integration is mentioned.
What is the license for Office MCP Server?
It is licensed under the MIT License, provided as-is without warranty.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント