Excel MCP Server

Excel MCP Server
Featured

An MCP server that reads and writes spreadsheet data to MS Excel file - negokaz/excel-mcp-server

negokaz

File Systems
Local
Category.go
Visit Server

README

excel-mcp-server/README.md at main · negokaz/excel-mcp-server · GitHub

Skip to content

Navigation Menu

Toggle navigation

Sign in

Search or jump to...

Search code, repositories, users, issues, pull requests...

Search

Clear

Search syntax tips

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 in

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

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

  1. excel-mcp-server

/

README.md

Copy path

Blame

Blame

Latest commit

Image 3: negokaznegokaz

Migrates to golang code base

Feb 24, 2025

8c1dc06 · Feb 24, 2025

History

History

64 lines (45 loc) · 1.45 KB

Breadcrumbs

  1. excel-mcp-server

/

README.md

Top

File metadata and controls

  • Preview

  • Code

  • Blame

64 lines (45 loc) · 1.45 KB

Raw

Excel MCP Server

Image 4: NPM Version Image 5: smithery badge

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

© 2025 GitHub, Inc.

Footer navigation

You can’t perform that action at this time.

Recommended Servers

Audiense Insights MCP Server

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

Official
Featured
Local
TypeScript
Playwright MCP Server

Playwright MCP Server

Contribute to showfive/playwright-mcp-server development by creating an account on GitHub.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

claude-code-mcp. Contribute to auchenberg/claude-code-mcp development by creating an account on GitHub.

Featured
Local
JavaScript
Apple MCP Server

Apple MCP Server

Collection of apple-native tools for the model context protocol. - Dhravya/apple-mcp

Featured
Local
TypeScript
SettleMint

SettleMint

Integrate SettleMint into your application with ease. - sdk/sdk/mcp at main · settlemint/sdk

Official
Local
TypeScript
Verodat MCP Server

Verodat MCP Server

Verodat MCP Server Implementation. Contribute to Verodat/verodat-mcp-server development by creating an account on GitHub.

Official
Local
TypeScript
Brev

Brev

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

Official
Local
Python
Azure MCP Server

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

Official
Local
TypeScript
Crawlab MCP Server

Crawlab MCP Server

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

Official
Python
Crawlab MCP Server

Crawlab MCP Server

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

Official
Python