Excel MCP Manager

Automates Excel workbook lifecycle via MCP API calls with built-in versioning and changelog tracking.

4|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/united-software-platform/prompt-store --skill excel-mcp-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Excel MCP Manager
Source: https://github.com/united-software-platform/prompt-store/tree/main/.claude/skills/data/excel-mcp-manager
Command: npx skills add https://github.com/united-software-platform/prompt-store --skill excel-mcp-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the tedious and error-prone process of manually managing Excel workbooks across multiple versions. It provides a deterministic, auditable lifecycle for Excel documents using MCP API calls, including read/write operations, sheet management, versioning, and changelog tracking.

Core Features & Use Cases

  • Full workbook lifecycle via MCP: read metadata, read/write data, manage worksheets, create tables, pivots, and charts, and commit changes with versioned filenames.
  • Versioning with changelog: automatically create new workbook versions (v{release}.{revision}.xlsx) and log changes in a dedicated "Changelog" sheet for traceability.
  • Safety and governance: enforce verify-before-write, schema checks, and a structured workflow (READ → PLAN → VERSION → WRITE → CHANGELOG → REPORT).

Quick Start

Point to an existing workbook and trigger the first READ to begin the lifecycle.

Frequently Asked Questions about Excel MCP Manager

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

FAQPage Schema
How do I automate Excel workbook versioning and changelog tracking?

Excel workbook versioning and changelog tracking are automated through MCP API calls that create versioned filenames and log changes in a dedicated Changelog sheet for auditable traceability. It enforces a structured workflow to document modifications.

What is the MCP API workflow for modifying Excel worksheets safely?

The safe MCP API workflow for modifying Excel worksheets enforces a READ, PLAN, VERSION, WRITE, CHANGELOG, and REPORT sequence. It mandates verify-before-write operations and schema checks to restructure sheets and document changes safely.

Can I manage Excel pivots and charts through MCP API calls?

Yes, you can create and manage Excel pivots and charts through MCP API calls. The skill supports the full workbook lifecycle, enabling programmatic creation of tables, pivots, and charts alongside standard read and write data operations.

How do I get metadata from an Excel workbook before writing data?

To get metadata from an Excel workbook before writing data, trigger an initial READ operation using MCP API methods like get_workbook_metadata. This extracts existing schema and sheet structure to plan subsequent data modifications safely.

Does Excel MCP Manager work without external dependencies?

Yes, Excel MCP Manager works without external dependencies, operating strictly through MCP API calls. You only need an existing Excel workbook to point to and trigger the first READ to begin the end-to-end management lifecycle.