excel-mcp-server
23
Excel MCP Server is a tool based on the Model Context Protocol (MCP) for processing Excel files, offering functionalities like reading, writing, and analyzing spreadsheet data. It features robust cache and log management for efficient operation. The server is designed to integrate smoothly with multiple platforms.
What is the default cache expiration time?
The default cache expiration time is 1 hour.
How can I install the Excel MCP Server?
You can install it via Smithery or manually through NPM.
What happens if I don't set the LOG_PATH?
If LOG_PATH is not set, logs will be stored in the 'logs' folder under the application root directory.
Can I use the server for both reading and writing Excel files?
Yes, the server supports both reading and writing operations for Excel files.
Is there a way to clear the cache manually?
Yes, you can use the clearFileCache tool to clear cached data for a specified Excel file.