Excel Master MCP server allows AI agents to read, write, and manipulate Excel files (XLSX, XLSM) without requiring Microsoft Excel. It provides tools for data extraction, formula evaluation, and spreadsheet modification. The server connects to Claude AI for enhanced data processing. Developers use it for automated Excel file handling, data analysis, and report generation in AI-driven workflows.
Excel Master MCP server allows AI agents to read, write, and manipulate Excel files (XLSX, XLSM) without requiring Microsoft Excel. It provides tools for data extraction, formula evaluation, and spreadsheet modification. The server connects to Claude AI for enhanced data processing. Developers use it for automated Excel file handling, data analysis, and report generation in AI-driven workflows.
npx -y @guillehr2/excel-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"guillehr2-excel-mcp-server-master-github": {
"command": "npx",
"args": [
"-y",
"npx -y @guillehr2/excel-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Excel Master?"
No configuration required. This server works out of the box.
"What resources are available in Excel Master?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Excel Master"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Excel Master with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.