haris-musa/excel-mcp-server

A Model Context Protocol server for Excel file manipulation

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 16th, 2026
Created on February 12th, 2025
Open Issues & Pull Requests: 74 (+0)
GitHub issues: Enabled
Number of forks: 466
Total Stargazers: 4,193 (+0)
Total Subscribers: 24 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.6 hours
Mean response time: 10.0 days
90th percentile: 18.1 days
Tracked items: 48

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 56
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 286 days
Stale 30+ days: 52
Stale 90+ days: 47

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Excel MCP Server is a Model Context Protocol server that enables AI language models to read, write, and manipulate Excel files through a standardized interface.

The tool solves the problem of integrating Excel file operations into AI-driven workflows by implementing the Model Context Protocol, which allows language models to interact with Excel files as tools. It works by exposing Excel manipulation capabilities as MCP resources and tools that AI assistants can call, supporting both stdio and HTTP-based transports for flexibility in how the server connects to client applications.

The project suits developers building AI applications that need to automate Excel workflows, such as data processing pipelines, report generation, or spreadsheet analysis driven by language models. It is particularly valuable for teams integrating Excel operations into larger AI systems where the model needs direct file access rather than manual intervention. The tool is designed to work with any MCP-compatible client, making it useful in environments where standardized protocol support is important for interoperability.

Development activity shows consistent engagement with the codebase through regular commits addressing both features and maintenance. The project maintains active issue tracking and responds to user feedback, indicating ongoing attention to reported problems and feature requests. Documentation is kept current alongside code changes, suggesting the maintainers prioritize keeping usage guidance aligned with implementation. The repository demonstrates a pattern of incremental improvements rather than sporadic activity, with commits distributed across multiple areas of the codebase over time.