excel-mcp-server

haris-musa/excel-mcp-server
★ 3,457 stars Python 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol server for Excel file manipulation
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/haris-musa/excel-mcp-server/main/assets/logo.png" alt="Excel MCP Server Logo" width="300"/> </p> A Model Context Protocol (MCP) server that lets you manipulate Excel files without needing Microsoft Excel installed. Create, read, and modify Excel workbooks with your AI agent.

Topics

aiautomationexcelllmmcpmcp-serverssestdiostreamable-httptoolcalling