Excel MCP Server
The Excel MCP Server provides comprehensive Excel file management, data analysis, and visualization capabilities.
File Operations: Read, write, and update Excel files in various formats (XLSX, XLS, CSV, TSV, JSON), retrieve file information, and list sheet names.
Data Analysis: Perform statistical analysis, generate pivot tables, filter data using query strings, and create comprehensive data summaries.
Visualization: Generate charts (line, bar, scatter, histogram) from Excel data and export them as images.
Integration: Integrate with Claude Desktop for enhanced functionality.
Security: Includes measures to limit file size, control data transformations, and prevent accidental overwrites.
Utilizes NumPy for data analysis operations, enabling statistical calculations and numerical operations on Excel data.
Leverages pandas for Excel file operations, data manipulation, filtering, and pivot table creation across multiple file formats.
Built on Python, allowing execution of Python-based data analysis and Excel management operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Excel MCP Serveranalyze my sales_data.xlsx file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Excel MCP Server
An MCP server that provides comprehensive Excel file management and data analysis capabilities.
Features
Excel File Operations
Read multiple Excel formats (XLSX, XLS, CSV, TSV, JSON)
Write and update Excel files
Get file information and sheet names
Data Analysis
Summary statistics and descriptive analysis
Data quality assessment
Pivot tables
Filtering and querying data
Visualization
Generate charts and plots from Excel data
Create data previews
Export visualizations as images
Related MCP server: Excel MCP Server
Installation
Create a new Python environment (recommended):
# 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\activateInstall dependencies:
# Using uv
uv pip install -e .Integration with Claude Desktop
Install Claude Desktop
Open Settings and go to the Developer tab
Edit
claude_desktop_config.json:
{
"mcpServers": {
"command": "uvx",
"args": [
"mcp-excel-server"
],
"env": {
"PYTHONPATH": "/path/to/your/python"
}
}
}Available Tools
File Reading
read_excel: Read Excel filesget_excel_info: Get file detailsget_sheet_names: List worksheet names
Data Analysis
analyze_excel: Perform statistical analysisfilter_excel: Filter data by conditionspivot_table: Create pivot tablesdata_summary: Generate comprehensive data summary
Data Visualization
export_chart: Generate chartsSupports line charts, bar charts, scatter plots, histograms
File Operations
write_excel: Write new Excel filesupdate_excel: Update existing Excel files
Available Resources
excel://{file_path}: Get file contentexcel://{file_path}/info: Get file structure informationexcel://{file_path}/preview: Generate data preview image
Prompt Templates
analyze_excel_data: Guided template for Excel data analysiscreate_chart: Help create data visualizationsdata_cleaning: Assist with data cleaning
Usage Examples
"Analyze my sales_data.xlsx file"
"Create a bar chart for product_sales.csv"
"Filter employees over 30 in employees.xlsx"
"Generate a pivot table of department sales"
Security Considerations
Read files only from specified paths
Limit file size
Prevent accidental file overwriting
Strictly control data transformation operations
Dependencies
pandas
numpy
matplotlib
seaborn
License
MIT License
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
- Flicense-qualityDmaintenanceAn MCP server that allows LLMs to read, analyze, and interact with Excel files through file operations, data discovery, and comprehensive analysis tools.Last updated2
- Alicense-qualityDmaintenanceAn 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.Last updated37MIT
- Alicense-qualityDmaintenanceAn 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.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for reading and writing .xls (Excel 97-2003) files, enabling data manipulation, sheet listing, and metadata retrieval.Last updatedMIT
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