vba-mcp-server

xiongchenghou/vba-mcp-server
★ 5 stars Python AI/LLM Updated 1d ago
MCP server for direct Excel VBA code read/write. Let AI assistants (Claude, etc.) access and modify VBA modules without manual export/import.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install vba-mcp-server

Topics

ai-toolsautomationclaudeclaude-codeexcelexcel-vbamcpmcp-servermodel-context-protocolpythonvbawin32com