mcp-excel-server
If you are the rightful owner of mcp-excel-server 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.
Node.js server implementing Model Context Protocol (MCP) for excel file operations.
read_file_content
Reads the complete contents of a file using UTF-8 encoding.
write_file_content
Creates or overwrites a file with specified content using UTF-8 encoding.
list_directory
Lists directory contents with type indicators.
get_excel_content
Reads the Excel contents of a file using UTF-8 encoding.
get_online_excel_content
Fetches and reads Excel content from a URL, returning data as a JSON array.
write_excel_content
Creates or overwrites an Excel file with specified JSON data.