← Back to Plugins
MCP Server MCP

MCP Office Word

github By github 👁 1 views ▲ 0 votes

50-tool Word MCP server. Document assembly, tracked changes, and export. Windows-first.

Homepage Verified source GitHub

Install

uvx mcp-office

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-office",
      "version": "0.7.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "mcp-office",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "wordmcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Comma-separated directory roots allowed for file access. Required — no files are accessible without this.",
          "isRequired": true,
          "name": "WORD_ALLOWLIST_ROOTS"
        },
        {
          "description": "Set to 'true' to enable write operations (document content editing and styles).",
          "name": "WORD_ENABLE_WRITE"
        },
        {
          "description": "Set to 'true' to activate COM-backed tools: manage_tracked_changes and export_document (PDF/HTML). Windows-only — requires pywin32 and Microsoft Word.",
          "name": "WORD_ENABLE_COM"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...