Skip to content
Claude Desktop

Word for Claude Desktop

io.github.trsdn/mcp-server-word

Microsoft Word automation for AI assistants. Requires Word for Windows.

client:Claude Desktop transport:stdio runtime:nuget

Install Word in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-word": {
      "command": "dnx",
      "args": [
        "WordMcp.McpServer",
        "--yes"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Word in other clients