ChatExcel MCP Server 是一个功能强大的模型上下文协议(MCP)服务器,专门为Excel文件处理、数据分析和可视化而设计。项目集成了Python生态系统的最佳数据处理库,并通过Go excelize库提供高性能Excel操作能力。
ChatExcel MCP Server 是一个功能强大的模型上下文协议(MCP)服务器,专门为Excel文件处理、数据分析和可视化而设计。项目集成了Python生态系统的最佳数据处理库,并通过Go excelize库提供高性能Excel操作能力。. Exposed over MCP by the chatexcel mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
enhanced_globals_config.py — 增强的全局配置模块pandas_fix_patch.py — pandas导入修复补丁mcp_pandas_integration.py — MCP服务器集成修复模块Torch — 2.1.0 (兼容 torchvision 0.16.0)PandasAI — 2.3.0 (兼容 pandas 1.5.3)Pydantic — 2.11.7 (支持MCP 1.9.4)ExcelEnhancedProcessor — 高性能Excel处理引擎DataVerificationEngine — 数据验证和质量检查引擎ComprehensiveDataVerifier — 综合数据验证器SecureCodeExecutor — 安全代码执行器read_metadata — CSV文件元数据读取和智能分析read_excel_metadata — Excel文件元数据读取和完整性验证torch on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need 3 environment variables: PYTHONPATH, MCP_SERVER_HOST, EXCEL_GO_SERVICE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. ChatExcel MCP's toolset — enhanced_globals_config.py, pandas_fix_patch.py, mcp_pandas_integration.py and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Lillard01; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| enhanced_globals_config.py | 增强的全局配置模块 |
| pandas_fix_patch.py | pandas导入修复补丁 |
| mcp_pandas_integration.py | MCP服务器集成修复模块 |
| Torch | 2.1.0 (兼容 torchvision 0.16.0) |
| PandasAI | 2.3.0 (兼容 pandas 1.5.3) |
| Pydantic | 2.11.7 (支持MCP 1.9.4) |
| ExcelEnhancedProcessor | 高性能Excel处理引擎 |
| DataVerificationEngine | 数据验证和质量检查引擎 |
| ComprehensiveDataVerifier | 综合数据验证器 |
| SecureCodeExecutor | 安全代码执行器 |
| read_metadata | CSV文件元数据读取和智能分析 |
| read_excel_metadata | Excel文件元数据读取和完整性验证 |
| excel_read_enhanced | 增强版Excel读取工具 |
| excel_info_enhanced | 增强版Excel文件信息获取 |
{
"mcpServers": {
"chatexcel": {
"command": "uvx",
"args": ["torch"],
"env": {
"PYTHONPATH": "your-value",
"MCP_SERVER_HOST": "your-value",
"EXCEL_GO_SERVICE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PYTHONPATH | Filesystem location the server is allowed to use. | Optional |
| MCP_SERVER_HOST | Endpoint or connection string the server talks to. | Optional |
| EXCEL_GO_SERVICE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.