⚡
Xlwings MCP
MCP server for Excel automation via xlwings
0 installs
Trust: 37 — Low
Automation
Installation
npx xlwings-mcpAsk AI about Xlwings MCP
Powered by Claude · Grounded in docs
I know everything about Xlwings MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
xlwings-mcp
MCP server for Excel automation via xlwings.
Features
- Read and write Excel cells and ranges
- Manage Excel workbooks (open, close, save)
- List sheets and workbooks
- Format data as tables
Installation
pip install xlwings-mcp
Usage
As MCP Server
Add to your Claude Desktop configuration:
{
"mcpServers": {
"xlwings": {
"type": "stdio",
"command": "uvx",
"args": ["xlwings-mcp"],
"env": {}
}
}
}
Direct Usage
Run the MCP server:
xlwings-mcp
Requirements
- Python 3.12+
- xlwings
- Excel application (Windows/macOS)
MCP Tools
get_sheet_names: Get all sheet names from active workbookread: Read cells from Excel and format as tablewrite: Write values to Excel cellsopen_workbook: Open Excel fileclose_workbook: Close Excel workbooklist_open_workbooks: List all open workbookssave_workbook: Save workbook
