excel-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@excel-mcp-servercreate a new workbook named 'MonthlyReport'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Excel MCP Server (Node.js)
Excel MCP Server for manipulating Excel files - Node.js implementation with npx support.
Installation
You can run this server using npx without installing:
npx @shmaxi/excel-mcp-server stdioOr install globally:
npm install -g @shmaxi/excel-mcp-server
excel-mcp-server stdioRelated MCP server: Excel MCP Server
Usage
Stdio Transport (Local Integration)
{
"mcpServers": {
"excel": {
"command": "npx",
"args": ["@shmaxi/excel-mcp-server", "stdio"]
}
}
}SSE Transport (Remote Connections)
FASTMCP_PORT=8000 npx @shmaxi/excel-mcp-server sseAvailable Tools
Workbook Operations
create_workbook- Create a new Excel workbookget_workbook_metadata- Get metadata about an Excel workbook
Data Operations
write_data_to_excel- Write data to a worksheetread_data_from_excel- Read data from a worksheet
Formatting Operations
format_range- Apply formatting to a range of cellsmerge_cells- Merge a range of cellsunmerge_cells- Unmerge previously merged cellsapply_formula- Apply a formula to a cell
Chart Operations
create_chart- Create a chart in the worksheetcreate_pivot_table- Create a pivot table
Worksheet Operations
create_worksheet- Create a new worksheetcopy_worksheet- Copy a worksheetdelete_worksheet- Delete a worksheetrename_worksheet- Rename a worksheet
Range Operations
copy_range- Copy a range of cellsdelete_range- Delete a range of cellsvalidate_excel_range- Validate if a range reference is validvalidate_formula_syntax- Validate Excel formula syntax
Development
# Install dependencies
npm install
# Build
npm run build
# Run in development mode
npm run dev stdioLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to read, write, and manipulate Excel files through comprehensive spreadsheet operations. Supports file management, data querying, worksheet operations, formula calculations, and includes security features like path validation and automatic backups.Last updated2MIT
- Alicense-qualityDmaintenanceEnables AI agents to create, read, and manipulate Excel files without requiring Microsoft Excel installation. Supports comprehensive spreadsheet operations including formulas, formatting, charts, pivot tables, and data validation.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI agents to create, read, and modify Excel workbooks without requiring Microsoft Excel, supporting operations like formulas, charts, pivot tables, formatting, and data validation.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI agents to create, read, and manipulate Excel workbooks without Microsoft Excel installed, supporting formulas, formatting, charts, pivot tables, and data validation operations.Last updatedMIT
Related MCP Connectors
Formula-backed WorkPaper tools for workbook readback, input edits, and JSON persistence.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shmaxi/excel-mcp-server-node'
If you have feedback or need assistance with the MCP directory API, please join our Discord server