Skip to main content
ClaudeWave
haris-musa avatar
haris-musa

excel-mcp-server

View on GitHub

A Model Context Protocol server for Excel file manipulation

MCP Servers3.9k stars435 forksPythonMITUpdated 2mo ago
Editor's note

Excel MCP Server is a Python-based Model Context Protocol server that enables AI agents to create, read, and modify Excel workbooks without requiring Microsoft Excel to be installed on the machine. It connects to Claude Desktop, Claude Code, and other MCP-compatible clients through three transport options: stdio for local use, streamable HTTP (the recommended method for remote connections), and a deprecated SSE mode. The server exposes tools covering a broad range of spreadsheet operations, including formula writing, font and border formatting, conditional formatting, chart generation across multiple chart types such as line, bar, pie, and scatter, pivot table creation, and Excel table management with custom styling. A notable implementation detail is its path-handling split: stdio calls pass file paths per tool invocation, while the HTTP and SSE transports enforce a server-side EXCEL_FILES_PATH directory and reject absolute paths or directory traversal attempts. The server suits developers, data analysts, and automation engineers who need an AI agent to programmatically build or manipulate spreadsheets as part of a larger workflow.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Recently active
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · excel-mcp-server
Claude Code CLI
claude mcp add excel -- uvx excel-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "excel": {
      "command": "uvx",
      "args": ["excel-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/haris-musa/excel-mcp-server and follow its README.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aiautomationexcelllmmcpmcp-serverssestdiostreamable-httptoolcalling

What people ask about excel-mcp-server

What is haris-musa/excel-mcp-server?

+

haris-musa/excel-mcp-server is mcp servers for the Claude AI ecosystem. A Model Context Protocol server for Excel file manipulation It has 3.9k GitHub stars and was last updated 2mo ago.

How do I install excel-mcp-server?

+

You can install excel-mcp-server by cloning the repository (https://github.com/haris-musa/excel-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is haris-musa/excel-mcp-server safe to use?

+

Our security agent has analyzed haris-musa/excel-mcp-server and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains haris-musa/excel-mcp-server?

+

haris-musa/excel-mcp-server is maintained by haris-musa. The last recorded GitHub activity is from 2mo ago, with 59 open issues.

Are there alternatives to excel-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy excel-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: haris-musa/excel-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/haris-musa-excel-mcp-server)](https://claudewave.com/repo/haris-musa-excel-mcp-server)
<a href="https://claudewave.com/repo/haris-musa-excel-mcp-server"><img src="https://claudewave.com/api/badge/haris-musa-excel-mcp-server" alt="Featured on ClaudeWave: haris-musa/excel-mcp-server" width="320" height="64" /></a>

More MCP Servers