XLIDE

XLIDE

Local
@williamsmithedward6PythonMITUpdated Today

Read, write, analyze, test and diff the VBA in Office files, and the document around it

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).

PyPIxlide-mcpv1.1.0

Run

uvx xlide-mcp

MCP client config

{
  "mcpServers": {
    "xlide": {
      "command": "uvx",
      "args": [
        "xlide-mcp"
      ]
    }
  }
}