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.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论