Back to directory
xlsm-mcp-server

xlsm-mcp-server

@orlando20191

MCP server for manipulating Excel .xlsm files with macros using stdio transport.

excelxlsmmacrosmcpautomationpythontool

Installation & Configuration

{
  "mcpServers": {
    "xlsm": {
      "command": "python",
      "args": [
        "-m",
        "xlsm_mcp"
      ],
      "transport": "stdio"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/24
Updated
2025/4/24