excel-mcp

wesseltl/excel-mcp
★ 0 stars Python AI/LLM Updated today
MCP server that lets AI agents read real, messy Excel files: multiple sheets, title rows, merged cells.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "excel-mcp": {
      "command": "uvx",
      "args": [
        "excel-mcp"
      ]
    }
  }
}

Or install with pip: pip install excel-mcp

README Excerpt

<!-- mcp-name: io.github.wesseltl/excel-mcp --> **Let your AI agent read real, messy Excel files.** An [MCP](https://modelcontextprotocol.io) server that handles the things LLMs choke on: multiple sheets, title rows sitting above the actual table, and merged cells. If you paste a spreadsheet into a prompt, the model has to guess where the data starts and what the

Topics

ai-agentsdata-extractionexcelmcpmodel-context-protocolpythonxlsx