excel-mcp-server

zhiwei5576/excel-mcp-server
★ 47 stars TypeScript 📊 Data/Analytics Updated 9d ago
Excel数据处理微服务
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "excel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "zhiwei5576/excel-mcp-server"
      ]
    }
  }
}