AUTOMATIONSWITCH
CommunityProductivity

Excel MCP Server

by Haris Musa

Manipulate Excel files locally or remotely with zero Microsoft Excel installation required. Three transport modes (stdio, SSE deprecated, Streamable HTTP recommended) and full coverage of formulas, formatting, charts, pivot tables, and conditional formatting. 3,767 stars.

3,767·8 tools·Released FEB 2025·MIT
uvx excel-mcp-server stdio
Share:

Manipulate Excel files locally or remotely with zero Microsoft Excel installation required. Pure Python implementation using openpyxl-style operations under the hood. Three transport modes: stdio for local use, SSE marked deprecated, and Streamable HTTP for remote production deployments. The Streamable HTTP transport requires EXCEL_FILES_PATH set on the server side and rejects absolute paths plus directory traversal, so remote deployments are sandboxed by default. 3,767 stars and 413 forks make this the highest-traction Excel MCP by a wide margin. v0.1.x release stream signals an evolving API surface, but the daily-near release cadence and PyPI distribution as `excel-mcp-server` keep operators on a known upgrade path. For data analysts wanting agent-driven Excel automation, this server delivers the full Excel feature surface (formulas, formatting, charts, pivot tables, conditional formatting) without the Microsoft Office licensing dependency.

Reviewed by M. Nouriel · APR 2026

INSTALL THIS SERVER

{ "mcpServers": { "excel": { "command": "uvx", "args": [ "excel-mcp-server", "stdio" ] } } }
PrereqStdio transport requires uv installed. For SSE or Streamable HTTP transports, set EXCEL_FILES_PATH on the server (defaults to ./excel_files). Streamable HTTP rejects absolute paths and directory traversal. PyPI package: excel-mcp-server. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "excel": { "command": "uvx", "args": [ "excel-mcp-server", "stdio" ] } } }
{ "mcpServers": { "excel": { "command": "uvx", "args": [ "excel-mcp-server", "stdio" ] } } }
{ "mcpServers": { "excel": { "command": "uvx", "args": [ "excel-mcp-server", "stdio" ] } } }
{ "mcpServers": { "excel": { "command": "uvx", "args": [ "excel-mcp-server", "stdio" ] } } }

8 TOOLS AVAILABLE

workbook_lifecycle
Create, read, update workbooks and worksheets
Admin
cell_operations
Cell value read and write with formulas
Admin
formatting
Font, colour, borders, alignment, conditional formatting
Write
tables
Excel table creation and styling
Write
charts
Generate line, bar, pie, scatter charts and others
Write
pivot_tables
Create dynamic pivot tables for data analysis
Write

OUR ASSESSMENT

Strengths
  • High traction (3,767 stars, 413 forks) confirms wide community adoption.
  • Full Excel feature coverage: formulas, formatting, charts, pivot tables, conditional formatting.
  • Three transport modes with documented production path (Streamable HTTP).
  • MIT licence, fully open source.
  • Path traversal rejected on remote transports (SSE and Streamable HTTP).
  • Distributed via PyPI as excel-mcp-server with `uvx` one-liner install.
  • Smithery and Cursor one-click install deeplinks available.
Weaknesses
  • v0.1.x release stream signals the API surface is still evolving.
  • SSE transport marked deprecated; new deployments should use stdio or Streamable HTTP.
  • Remote transports require environment variable configuration (EXCEL_FILES_PATH).
Security Notes

On SSE and Streamable HTTP transports, EXCEL_FILES_PATH confines file access to the configured directory. Tool filepath values must be relative; absolute paths and directory traversal are rejected. Stdio transport accepts paths from the client per call, so the LLM has filesystem access through the host. Run stdio mode against a dedicated working directory to limit blast radius.

Best For

Data analysts wanting agent-driven Excel automation with zero Microsoft Office licensing required, teams with workflows that produce or consume .xlsx files (reporting, finance, research), and remote-MCP deployments serving Excel operations via Streamable HTTP.

TECHNICAL DETAILS

Language
python
Transport
stdiostreamable-http
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
MIT
GitHub
npm
excel-mcp-server
Last Release
v0.1.8APR 12, 2026
First Released
FEB 12, 2025

ADOPTION METRICS

// GitHub Stars
3,767

// Reading this3,767 stars place this as the most-starred Excel MCP and the highest-starred new entry in this batch. PyPI download stats badge and a dedicated excelmcpserver.com domain amplify discovery.

// Popularity Rank
#4
Globally · #1 in Productivity

// Reading thisFirst-ranked in productivity by stars. The remote transport with sandboxed file path makes this deployable beyond single-user local workflows.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed APR 29, 2026
02
Cross-referenced
5 directories
PulseMCP, Smithery, Glama, MCP.so, Official MCP Registry
03
Verified against
Claude Desktop, Cursor, VS Code, Smithery
Installed and tested across clients
04
Last re-checked
APR 29, 2026
Weekly re-verification
// How other directories see it

The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page4.5editorial3,767APR 29, 2026
PulseMCP— unratedunavailableunavailableAPR 29, 2026
Smithery— unratedunavailableunavailableAPR 29, 2026
Glama— unratedunavailableunavailableAPR 29, 2026
MCP.so— unratedunavailableunavailableAPR 29, 2026
Official MCP Registry— unratedunavailableunavailableAPR 29, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

OTHER PRODUCTIVITY MCP SERVERS

Community4.5

Google Workspace MCP

Taylor Wilsdon

Most feature-complete Google Workspace MCP available. One server covers Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Apps Script, Chat, and Custom Search. OAuth 2.1 multi-user support, stateless mode, and an MIT license with no CLA.

12 tools2,233
Community4.3

Obsidian MCP Server

cyanheads

Obsidian vault MCP server with read, write, search, and surgical edit tools via the Local REST API plugin. 14 tools, three search modes (text, Dataview DQL, JSONLogic), STDIO and Streamable HTTP transports.

7 tools481
Community4.2

MCP Atlassian

sooperset

Community-built MCP server for Atlassian products covering Jira and Confluence across both Cloud and Server/Data Center deployments. Supports three authentication paths: API tokens (Cloud), Personal Access Tokens (Server/Data Center), and OAuth 2.0.

8 tools5,055
Vendor4

Notion

Notion

Knowledge base layer providing read and write access to Notion workspaces. Query databases, create pages, update blocks, and search across your workspace.

12 tools1,800
Community4

Airtable MCP Server

domdomegg

Schema-aware Airtable MCP server. 9 tools covering base and table discovery, schema introspection at three detail levels, and per-record CRUD. Available as a Claude Desktop Extension via the Extensions browser.

9 tools440
Vendor4

Salesforce DX MCP Server

Salesforce

Official Salesforce CLI org MCP server. Beta status with rapid release cadence and Apache-2.0 licensing. Wraps Salesforce DX tooling for LLM access across orgs, metadata, data, and users toolsets.

5 tools386
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →