Excel MCP Server
Excel MCP 服务器
提供全面的 Excel 文件管理和数据分析功能的 MCP 服务器。
特征
Excel文件操作
读取多种 Excel 格式(XLSX、XLS、CSV、TSV、JSON)
编写和更新 Excel 文件
获取文件信息和工作表名称
数据分析
汇总统计和描述分析
数据质量评估
数据透视表
过滤和查询数据
可视化
从 Excel 数据生成图表和绘图
创建数据预览
将可视化结果导出为图像
Related MCP server: Excel MCP Server
安装
创建新的 Python 环境(推荐):
# Using uv (recommended)
uv init excel-mcp-server
cd excel-mcp-server
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Or using pip
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate安装依赖项:
# Using uv
uv pip install -r requirements.txt
# Or using pip
pip install -r requirements.txt与 Claude Desktop 集成
打开“设置”并转到“开发人员”选项卡
编辑
claude_desktop_config.json:
{
"mcpServers": {
"command": "uvx",
"args": [
"mcp-excel-server"
],
"env": {
"PYTHONPATH": "/path/to/your/python"
}
}
}可用工具
文件读取
read_excel:读取 Excel 文件get_excel_info:获取文件详细信息get_sheet_names:列出工作表名称
数据分析
analyze_excel:执行统计分析filter_excel:按条件过滤数据pivot_table:创建枢轴表data_summary:生成全面的数据摘要
数据可视化
export_chart:生成图表支持折线图、条形图、散点图、直方图
文件操作
write_excel:写入新的 Excel 文件update_excel:更新现有的 Excel 文件
可用资源
excel://{file_path}:获取文件内容excel://{file_path}/info:获取文件结构信息excel://{file_path}/preview:生成数据预览图
提示模板
analyze_excel_data:Excel 数据分析的指导模板create_chart:帮助创建数据可视化data_cleaning:协助数据清理
使用示例
“分析我的sales_data.xlsx文件”
“为 product_sales.csv 创建条形图”
“在employees.xlsx中筛选出30岁以上的员工”
“生成部门销售额数据透视表”
安全注意事项
仅从指定路径读取文件
限制文件大小
防止意外文件覆盖
严格控制数据转换操作
依赖项
熊猫
numpy
matplotlib
西伯恩
执照
MIT 许可证
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that allows LLMs to read, analyze, and interact with Excel files through file operations, data discovery, and comprehensive analysis tools.2
- AlicenseNot gradedqualityDmaintenanceAn MCP server for manipulating Excel files that features a headless engine for real-time formula calculation and data validation. It enables users to create, read, and manage workbooks, sheets, and charts without requiring Microsoft Excel installed.42MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for reading, writing, and analyzing Excel files using Python, pandas, and openpyxl. It enables tasks such as managing multiple worksheets, performing structural data analysis, and creating new files from JSON data.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for reading and writing .xls (Excel 97-2003) files, enabling data manipulation, sheet listing, and metadata retrieval.MIT
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
An MCP server giving access to Grafana dashboards, data and more.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yzfly/mcp-excel-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server