GitHub repo

haris-musa/excel-mcp-server

Python Tracked since 2025-02-12 Updated 2026-07-16 View source ↗

#340 of 783 by Stars among GitHub repos

4.0k Stars

A Model Context Protocol server for Excel file manipulation

About

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.

When running the server with the SSE or Streamable HTTP protocols, you must set the EXCELFILESPATH environment variable on the server side. This variable tells the server where to read and write Excel files.

You can also set the FASTMCPPORT environment variable to control the port the server listens on (default is 8017 if not set).

When using the stdio protocol, the file path is provided with each tool call, so you do not need to set EXCELFILESPATH on the server. The server will use the path sent by the client…

Excerpted from github.com/haris-musa/excel-mcp-server

Latest metrics

Stars 4.0k 2026-07-16
Forks 446 2026-07-16
Commits 46 2026-07-16
Releases 8 2026-07-16
Watchers 22 2026-07-16
Open issues 50 2026-07-16
Open PRs 17 2026-07-16