Skip to content
Cursor

excel mcp for Cursor

io.github.wesseltl/excel-mcp

Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.

client:Cursor transport:stdio runtime:pypi

Install excel mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

excel mcp in other clients