Information
The python based excel mcp server is a useful tool for local spreadsheet management. For example, if you want to create a workbook named "test.xlsx" and write a data list to the "demo" sheet, you can call the tool in consecutive orders. Note that the local mode takes absolute path as input. Security Concern: Since the excel mcp server have privilege to create workbook and write data to local disk, there is security check necessary for the input contents to avoid scripts or sql injection or other hazardous contents. 1. create_workbook filepath : /Users/xxxxxx/Desktop/workspace/github/mcp-marketplace-local/app/mcp_tool_use/workspace/USER_1234/test.xlsx sheetname: demo 2. create_worksheet filepath : /Users/xxxxxx/Desktop/workspace/github/mcp-marketplace-local/app/mcp_tool_use/workspace/USER_1234/test.xlsx sheetname: demo 3. Add Data filepath: /Users/xxxxxx/Desktop/workspace/github/mcp-marketplace-local/app/mcp_tool_use/workspace/USER_1234/test.xlsx sheetname : test data: [[1,2,3,4]] start_cell:A1
Detailed Ratings
Reply