chatExcel-mcp

Lillard01/chatExcel-mcp
★ 183 stars Python 💬 Communication Updated 1mo ago
chatExcel - 基于模型上下文协议(MCP)的Excel智能处理与数据分析服务器,专为Excel文件智能解析、数据处理、代码执行以及交互式图表生成而设计。支持复杂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": {
    "chatexcel-mcp": {
      "command": "uvx",
      "args": [
        "chatexcel-mcp"
      ]
    }
  }
}

Or install with pip: pip install chatexcel-mcp