Excel MCP Server Featured
An MCP server that reads and writes spreadsheet data to MS Excel file - negokaz/excel-mcp-server
negokaz
README
excel-mcp-server/README.md at main · negokaz/excel-mcp-server · GitHub
Navigation Menu
Toggle navigation
-
Product
- GitHub Copilot Write better code with AI
- Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore
-
Solutions
By company size
By use case
By industry
-
Resources
Topics
Explore
-
Open Source
Repositories
-
Enterprise
Available add-ons
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search
Clear
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel Submit feedback
Saved searches
Use saved searches to filter your results more quickly
Name
Query
To see all available qualifiers, see our documentation.
Cancel Create saved search
Sign up Reseting focus
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
{{ message }}
negokaz / excel-mcp-server Public
-
Notifications You must be signed in to change notification settings
Additional navigation options
Files
main
-
.github
-
cmd
-
internal
-
launcher
-
.dockerignore
-
.editorconfig
-
.gitignore
-
.goreleaser.yaml
-
.npmignore
-
Dockerfile
-
LICENSE
-
README.md
-
go.mod
-
go.sum
-
package-lock.json
-
package.json
-
smithery.yaml
-
tsconfig.json
Breadcrumbs
/
README.md
Copy path
Blame
Blame
Latest commit
Feb 24, 2025
8c1dc06 · Feb 24, 2025
History
64 lines (45 loc) · 1.45 KB
Breadcrumbs
/
README.md
Top
File metadata and controls
-
Preview
-
Code
-
Blame
64 lines (45 loc) · 1.45 KB
Excel MCP Server
A Model Context Protocol (MCP) server that reads and writes spreadsheet data to MS Excel file.
Features
- Read text values from MS Excel file
- Write text values to MS Excel file
Requirements
- Node.js 20.x or later
Supported file formats
- xlsx (Excel book)
- xlsm (Excel macro-enabled book)
- xltx (Excel template)
- xltm (Excel macro-enabled template)
Installation
Installing via NPM
excel-mcp-server is automatically installed by adding the following configuration to the MCP servers configuration.
For Windows:
{
"mcpServers": {
"excel": {
"command": "cmd",
"args": ["/c", "npx", "--yes", "@negokaz/excel-mcp-server"],
}
}
For other platforms:
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["--yes", "@negokaz/excel-mcp-server"],
}
}
Installing via Smithery
To install Excel MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @negokaz/excel-mcp-server --client claude
License
Copyright (c) 2025 Kazuki Negoro
excel-mcp-server is released under the MIT License
Footer
Footer navigation
You can’t perform that action at this time.
Recommended Servers
Audiense Insights MCP Server
Audiense Insights MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and other MCP-compatible clients to interact with your Audiense Insights account - AudienseCo/mcp-audiense-insights
Playwright MCP Server
Contribute to showfive/playwright-mcp-server development by creating an account on GitHub.
Claude Code MCP
claude-code-mcp. Contribute to auchenberg/claude-code-mcp development by creating an account on GitHub.
Apple MCP Server
Collection of apple-native tools for the model context protocol. - Dhravya/apple-mcp

SettleMint
Integrate SettleMint into your application with ease. - sdk/sdk/mcp at main · settlemint/sdk
Verodat MCP Server
Verodat MCP Server Implementation. Contribute to Verodat/verodat-mcp-server development by creating an account on GitHub.

Brev
Contribute to brevdev/brev-mcp development by creating an account on GitHub.

Azure MCP Server
A Model Context Protocol (MCP) implementation that enables Claude Desktop to interact with Azure services. This integration allows Claude to query and manage Azure resources directly through natural language conversations. - Streen9/azure-mcp

Crawlab MCP Server
Contribute to crawlab-team/crawlab-mcp development by creating an account on GitHub.
Crawlab MCP Server
Contribute to crawlab-team/crawlab-mcp development by creating an account on GitHub.