vinodismyname/mcpxcel
If you are the rightful owner of mcpxcel 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.
MCPXcel is a Go-based Model Context Protocol server designed for efficient Excel analysis, allowing AI assistants to work with large spreadsheets by providing targeted slices and summaries.
Tools
Functions exposed to the LLM to take actions
list_structure
Summarizes workbook sheets, including names, rows, columns, and optional header inference.
preview_sheet
Streams the first N rows of a sheet in JSON or CSV format, with pagination support.
read_range
Returns a bounded A1 range with pagination by cells, including metadata and summary.
search_data
Finds literal or regex matches in a sheet, returning cell coordinates and row snapshots.
filter_data
Applies boolean predicates to filter data, returning matched rows with snapshots.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client