negokaz/excel-mcp-server
excel-mcp-server is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of excel-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that reads and writes MS Excel data.
Try excel-mcp-server with chat:
Has a README
Github repo has a README.md.
Has a License
Github repo has license info.
Server can be inspected
View server inspector
Server schema can be extracted
Can get at lease one tool info from the README or server.
Online hosted on MCPHub
Can be automatically deployed by MCPHub.
Has social accounts
Do not have any social accounts.
Claimed by the author or certified by MCPHub
If you are the author, claim authorship
AI Evaluation ReportTotal Score: 2/10
The agent consistently failed to perform any of the requested operations due to issues with recognizing the provided file paths as absolute paths. This indicates a significant limitation in handling file path inputs, which is a critical aspect of interacting with Excel files. The agent's inability to process valid tasks due to input errors suggests a lack of robustness in error handling and input validation. Despite the agent's described capabilities, its practical application is severely hindered by these input-related issues, resulting in no successful task completions.
Test case 1
Score: 6/10Perform the operation of reading the formulas from the range A1:C10 in the 'Calculations' sheet of the Excel file located at 'C:\Users\User\Documents\FinancialReport.xlsx' and provide the extracted formulas.No valid answer is generated due to invalid input. The tool encountered an error because the file path provided was not recognized as absolute. Please ensure that the file path is correctly formatted and accessible.
Test case 2
Score: 6/10Perform the operation of creating a new sheet named 'Summary' in the Excel file located at 'C:\Users\User\Documents\FinancialReport.xlsx', and write the text 'Financial Summary' into cell A1 of this new sheet.No valid answer is generated due to invalid input. The operation failed because the provided file path is not recognized as an absolute path. Please check the file path and ensure it is correctly formatted for the tool's requirements.
Test case 3
Score: 6/10Perform the operation of copying the 'Data' sheet to a new sheet named 'Data_Backup' in the Excel file located at 'C:\Users\User\Documents\SalesData.xlsx'.No valid answer is generated due to invalid input. The operation to copy the 'Data' sheet to 'Data_Backup' failed because the specified file path 'C:\Users\User\Documents\SalesData.xlsx' does not exist. Please check the file path and ensure that the Excel file is available at that location.
Test case 4
Score: 6/10Perform the operation of creating a table named 'SalesData' in the 'Q1_Sales' sheet of the Excel file located at 'C:\Users\User\Documents\SalesReport.xlsx', covering the range A1:D20.No valid answer is generated due to invalid input. The operation to create a table named 'SalesData' in the 'Q1_Sales' sheet failed due to an invalid file path. Please ensure that the file path provided is correct and recognized as an absolute path.
Test case 5
Score: 6/10Perform the operation of formatting the range B2:D10 in the 'Report' sheet of the Excel file located at 'C:\Users\User\Documents\AnnualReport.xlsx' by setting the font to bold and the fill color to light blue.No valid answer is generated due to invalid input. The operation could not be completed because the file path 'C:\Users\User\Documents\AnnualReport.xlsx' is not recognized as an absolute path by the tool. Please verify the file path format and ensure it is accessible.