Excel Mcp Server
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Muhammad Aashiq
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a month ago
Last modified
Categories
Share
Excel Mcp Server
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Muhammad Aashiq
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a month ago
Last modified
Categories
Share
Your .xlsx file encoded as a Base64 string. The file will be saved to the server's temp workspace and its path returned so you can use it with any local-Excel tool. You can encode with: python -c "import base64; print(base64.b64encode(open('file.xlsx','rb').read()).decode())"
Filename to save the uploaded Excel file as, e.g. 'my_data.xlsx'. Only used when Excel File (Base64) is provided.
Direct download URL for an .xlsx file (OneDrive share link, S3 pre-signed URL, Dropbox direct link, etc.). The file will be downloaded to the server's temp workspace.
Create a blank new workbook on startup. The path will be /tmp/excel_mcp_uploads/new_workbook.xlsx.
Optional tool to execute on startup. Specify the tool name and its arguments as JSON. The result will be saved to the actor's default dataset. Leave empty to run as a pure MCP SSE server.
{ "name": "get_workbook_info", "arguments": { "file_path": "/tmp/excel_mcp_uploads/workbook.xlsx" }}MCP transport protocol. SSE is required for Apify cloud deployments (connects via the actor's public URL). Use stdio only for local testing.
Azure App Registration Client ID for Microsoft 365 / OneDrive tools. Leave empty if you only need local Excel tools.
Azure Active Directory Tenant ID for Microsoft 365 authentication.