Skip to content
Claude Desktop

office for Claude Desktop

ai.waystation/office

Create, edit, and collaborate on Office documents and spreadsheets.

client:Claude Desktop transport:streamable-http

Install office in Claude Desktop

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

{
  "mcpServers": {
    "office": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://waystation.ai/office/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

office in other clients