Excel Mcp
Provides MCP tools guidance and assistance for orchestrating AI agents and multi-step workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add excel-mcp npx -- -y @trustedskills/excel-mcp
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"excel-mcp": {
"command": "npx",
"args": [
"-y",
"@trustedskills/excel-mcp"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manipulate Microsoft Excel spreadsheets. It enables tasks like reading data from cells, writing new values, performing calculations based on spreadsheet formulas, and formatting cell content. The agent can also be instructed to create new worksheets or modify existing ones within an Excel file.
When to use it
- Automated Reporting: Generate reports by extracting specific data points from a complex Excel model and presenting them in a user-friendly format.
- Data Entry & Validation: Automate the process of entering data into spreadsheets, ensuring accuracy through formula validation or predefined rules.
- Financial Modeling: Update financial models with current data and recalculate key metrics based on changes made to input variables.
- Inventory Management: Track inventory levels by reading from a spreadsheet and updating quantities based on sales or restocking events.
Key capabilities
- Read cell values
- Write cell values
- Perform calculations using Excel formulas
- Format cell content (e.g., font, color)
- Create new worksheets
- Modify existing worksheets
Example prompts
- "Get the value from cell A1 in 'SalesData.xlsx'."
- "Calculate the total of column C in 'Budget.xlsx' and write it to cell B2."
- "Format cell D5 in 'Report.xlsx' with bold font and red color."
Tips & gotchas
- Requires access to the Excel file being manipulated, either locally or via a network share.
- The agent needs appropriate permissions to read and write to the specified Excel file.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.