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 Explorerload sales_data.xlsx and show me the first few rows"
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
What is this project?
Excel MCP Server is a Model Context Protocol (MCP) server that allows Large Language Models (like Claude) to read, explore, and analyze Excel files. It provides tools for:
📂 File Operations: Load Excel files, list sheets, get metadata
🔍 Data Discovery: Analyze schemas, sample data, get column statistics
📊 Analysis: Comprehensive dataset summaries and data quality reports
Built with FastMCP and pandas, it transforms your Excel files into interactive datasets that AI can understand and query.
Related MCP server: Excel Reader Server
Install Dependencies
Requirements:
Python >=3.13
fastmcp >=2.10.6
pandas >=2.3.1
openpyxl >=3.1.5
xlrd >=2.0.2
pytest >=8.4.1
Start the MCP Server
or
The server will start and listen for MCP connections. You'll see output confirming the server is running.
Testing
Integrate with Claude
1. Claude Desktop Integration
Add to your Claude Desktop config file (claude_desktop_config.json):
or
2. Available Tools
Once connected, Claude can use these tools:
File Operations:
load_excel(file_path, sheet_name)- Load Excel filelist_sheets(file_path)- List all sheetsget_file_info(file_path)- File metadataclear_cache()- Clear memory
Data Discovery:
get_schema(file_path, sheet_name)- Column types and statsget_sample_data(file_path, rows=5, sample_type="head")- Sample dataget_column_info(file_path, column_name)- Column analysisget_dimensions(file_path)- Dataset size and memorydescribe_dataset(file_path, include_all=False)- Statistical summary
3. Example Usage with Claude
Ready to explore your Excel data with AI! 🚀📊