Mcp Office Excel

by dosev-ai

296 downloads
Not rated
GitHub

About

Local-first MCP server for Microsoft Excel. 65 tools cover cell and range I/O, sheet management, styling, pivot tables, charts, conditional formatting, data validation, PDF export, and formula evaluation. File-based tools (openpyxl) run on Windows without Excel installed. COM-bac

Details

Author
dosev-ai
Downloads
296
Categories
Other, Automation

- Cell and range input/output operations
- Sheet management (create, rename, delete, move)
- Styling (fonts, colors, borders, alignment)
- Pivot table creation and manipulation
- Chart creation and formatting
- Conditional formatting and data validation
- PDF export of worksheets
- Formula evaluation and recalculation

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Office Excel
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with pip install mcp-office-excel. Then configure your MCP client with { "mcpServers": { "excel": { "command": "python", "args": ["-m","excelmcp.server"] } } }. The server communicates over stdio and runs on your machine; no hosted tier is available.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp office excel": {
            "excel": {
                "command": "python",
                "args": [
                    "-m",
                    "excelmcp.server"
                ]
            }
        }
    }
}

McpServers

{
    "excel": {
        "command": "python",
        "args": [
            "-m",
            "excelmcp.server"
        ]
    }
}

MCP Office Excel

Local-first MCP server for Microsoft Excel — part of the mcp-office suite. 65 tools for reading, writing, styling, and exporting Excel workbooks over stdio. Capabilities: cell/range I/O, sheet management, styling, pivot tables, charts, conditional formatting, data validation, PDF export, formula evaluation. Requirements: Windows · Python 3.11+ · Microsoft Excel needed only for COM tools (PDF export, recalculation, pivots, VBA); file-based tools (openpyxl) work without Excel. No hosted tier — runs on your machine. Install: pip install mcp-office-excel Config: { "mcpServers": { "excel": { "command": "python", "args": ["-m","excelmcp.server"] } } } License: MIT
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.