Skip to content

Excel

Free

by MCP Community

An MCP server that reads and writes spreadsheet data to MS Excel file

v0.12.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Excel MCP Server

An MCP server that reads and writes spreadsheet data to MS Excel file

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @negokaz/excel-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "excel": {
      "command": "npx",
      "args": ["-y", "@negokaz/excel-mcp-server"]
    }
  }
}