bassem-elsodany/mcp_excel_server
MCP Excel Server — A Python-based Model Context Protocol (MCP) server using openpyxl to enable LLMs and agents to interact with Excel files: create workbooks, read/write sheets and cell ranges, apply formulas, take screenshots (Windows), and more. Features fully automatic tool registration via decorators and seamless integration with AI workflows
Platform-specific configuration:
{
"mcpServers": {
"mcp_excel_server": {
"command": "npx",
"args": [
"-y",
"mcp_excel_server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...