julien-mcp-excel-win32com

Install the Excel Win32COM MCP server into .mcp.json configuration.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-mcp-excel-win32com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: julien-mcp-excel-win32com
Source: https://github.com/theflysurfer/claude-skills-marketplace/tree/main/archive/mcp-skills-individual/julien-mcp-excel-win32com
Command: npx skills add https://github.com/theflysurfer/claude-skills-marketplace --skill julien-mcp-excel-win32com

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill installs the Excel MCP via win32com (Windows).

Core Features & Use Cases

  • Native Excel automation: Uses Windows COM for Excel tasks.
  • Configuration: Merges into .mcp.json.
  • Usage: Restart Claude Code to activate.

Quick Start

Say: install excel win32com mcp.

Frequently Asked Questions about julien-mcp-excel-win32com

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Excel tasks on Windows using native COM?

Native Excel automation via COM uses Windows COM to directly control Excel without intermediaries. This Skill installs the Excel Win32COM MCP server, enabling Claude Code to execute Excel operations on Windows machines with Excel and Python pywin32 installed.

What do I need to install the Excel Win32COM MCP server?

You need Windows with Excel installed, Python with the pywin32 package, and the ONEDRIVE_MCP_PATH environment variable configured. The Skill merges the excel-win32com server into your .mcp.json configuration file.

How do I set up Excel automation in Claude Code?

Say 'install excel win32com mcp' to merge the Excel Win32COM MCP server into your .mcp.json configuration. After installation, restart Claude Code to activate native Excel automation via COM.

Can I use Win32COM for Excel automation on non-Windows systems?

No. Win32COM is Windows-specific and requires Excel installed locally on a Windows machine. This Skill does not support macOS, Linux, or cloud-based Excel instances.

What happens after I install the Excel Win32COM MCP server?

The server registers in your .mcp.json, allowing Claude Code to execute Excel tasks via COM after restart. You can then automate native Excel operations like reading, writing, and manipulating workbooks directly.