Skip to content

Excel

Free

by MCP Community

Excel文件读取MCP服务器

v1.0.0Added Apr 12, 2026
mcpexcelcursorai
Works with:ClaudeGPTGeminiCopilot

Excel MCP Server

Excel文件读取MCP服务器

Installation

npx -y excel-mcp-server

Reviews

Leave a Review

Installation

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