Office Word MCP Server
A Model Context Protocol (MCP) server for creating, reading, and manipulating Microsoft Word documents. This server enables AI assistants to work with Word documents through a standardized interface,
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Office Word MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/GongRzhe/Office-Word-MCP-Server#readme
#
# 2. Add it to Claude Code:
claude mcp add office-word -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "Office-Word-MCP-Server": { "command": "<...>", "args": ["<...>"] }
# }
# }