Excel MCP Server Skill Provides 227 Excel operations via Model Context Protocol. The MCP Server forwards all requests to the shared ExcelMCP Service, enabling session sharing with CLI. Tools are auto-discovered - this documents quirks, workflows, and gotchas. Workflow Checklist | Step | Tool | Action | When | |------|------|--------|------| | 1. Open file | | or | Always first | | 2. Create sheets | | , | If needed | | 3. Write data | | | Always (2D arrays) | | 4. Format | | | After writing | | 5. Structure | | | Convert data to tables | | 6. Save & close | | with | Always last | Precondition…