Odel
opendocswork mcp

opendocswork mcp

Local
@aimino-tech162RustGPL-3.0Updated 2mo ago

Rust-native MCP server for Office document processing

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aimino/opendocswork-mcpv0.2.1

Run

npx -y @aimino/opendocswork-mcp

MCP client config

{
  "mcpServers": {
    "opendocswork-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aimino/opendocswork-mcp"
      ]
    }
  }
}