ivan-loh/mcp-excel
If you are the rightful owner of mcp-excel and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Server for Excel SQL allows users to query Excel files using SQL without requiring SQL knowledge, leveraging AI to generate and execute queries.
Tools
Functions exposed to the LLM to take actions
tool_list_tables
Lists all available tables loaded from Excel files, showing file path, sheet name, and row count.
tool_get_schema
Displays column names and types for a specific table to understand its structure.
tool_query
Executes SQL queries on Excel data, supporting joins, aggregations, and filtering.
tool_refresh
Reloads data after Excel files have changed, with automatic refresh using the --watch flag.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client