chatExcel - 基于模型上下文协议(MCP)的Excel智能处理与数据分析服务器,专为Excel文件智能解析、数据处理、代码执行以及交互式图表生成而设计。支持复杂Excel格式处理、智能参数推荐、代码模板生成和高级数据可视化。
Installation
/Path/mcp/chatExcel-mcp/venv/bin/python /Path/mcp/chatExcel-mcp/server.pyView configuration snippet
{
"mcpServers": {
"chatExcel": {
"command": "/Path/mcp/chatExcel-mcp/venv/bin/python",
"args": [
"/Path/mcp/chatExcel-mcp/server.py"
],
"env": {
"PYTHONPATH": "/Path/mcp/chatExcel-mcp"
},
"description": "chatExcel MCP服务器 - 支持24个Excel智能处理与数据分析工具",
"version": "1.4.0",
"tools_count": 24,
"supported_formats": [
"xlsx",
"xls",
"csv",
"json",
"html"
]
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Mcp Agent
Mcp Agent is an open-source MCP server that gives AI assistants access to specialized functionality. Compatible with Claude Desktop, Cursor, and other MCP clients for enhanced AI agent workflows.
Claudecomputercommander
Claudecomputercommander MCP server enables seamless integration between AI agents and external services. Built on the Model Context Protocol, it provides standardized access to tools and data for AI-powered workflows.
Claudedesktopcommander
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Model Context Protocol Pollinations
Your Friendly Open-Source Gen-AI Platform
Like this server?
Discover more MCP servers or submit your own to directory.