1
Excel Analysis with Claude + MCP
To enable real-time AI interaction with Excel, configure the Excel MCP server:
- Go to the GitHub repo.
- Copy and add this block to your Claude config file under "mcpServers".
- Save and restart Claude to activate the new tools.
"excel": {
"command": "npx",
"args": ["--yes", "@negokaz/excel-mcp-server"],
"env": {
"EXCEL_MCP_PAGING_CELLS_LIMIT": "4000"
}
}
Once restarted, new Excel tools appear under Claude's Search & Tools tab.
Claude will:
- Open the workbook;
- Analyze the data;
- Create a new sheet with the requested stats.
All without you opening Excel!
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 1
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
AI Course Recommendation
This conversation will be available in the AI Assistant at the bottom-right corner of your My Home page.
AI Assistant
How can I help you?
Powered by 
Awesome!
Completion rate improved to 100
1
Swipe to show menu
Excel Analysis with Claude + MCP
To enable real-time AI interaction with Excel, configure the Excel MCP server:
- Go to the GitHub repo.
- Copy and add this block to your Claude config file under "mcpServers".
- Save and restart Claude to activate the new tools.
"excel": {
"command": "npx",
"args": ["--yes", "@negokaz/excel-mcp-server"],
"env": {
"EXCEL_MCP_PAGING_CELLS_LIMIT": "4000"
}
}
Once restarted, new Excel tools appear under Claude's Search & Tools tab.
Claude will:
- Open the workbook;
- Analyze the data;
- Create a new sheet with the requested stats.
All without you opening Excel!
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 1