excel-mcp-server

excel-mcp-server

4.3

excel-mcp-server is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of excel-mcp-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.

A Model Context Protocol (MCP) server that reads and writes MS Excel data.

excel_copy_sheet

Copy existing sheet to a new sheet

Try it

Sheet name to be copied

    Absolute path to the Excel file

      Source sheet name in the Excel file

          Result:

          excel_create_table

          Create a table in the Excel sheet

          Try it

          Absolute path to the Excel file

            Range to be a table (e.g., "A1:C10")

              Sheet name where the table is created

                Table name to be created

                    Result:

                    excel_describe_sheets

                    List all sheet information of specified Excel file

                    Try it

                    Absolute path to the Excel file

                        Result:

                        excel_read_sheet

                        Read values from Excel sheet with pagination.

                        Try it

                        Absolute path to the Excel file

                          Range of cells to read in the Excel sheet (e.g., "A1:C10"). [default: first paging range]

                            Sheet name in the Excel file

                              Show formula instead of value

                              Show formula instead of value

                                Show style information for cells

                                Show style information for cells

                                    Result:

                                    excel_write_to_sheet

                                    Write values to the Excel sheet

                                    Try it

                                    Absolute path to the Excel file

                                      Create a new sheet if true, otherwise write to the existing sheet

                                      Create a new sheet if true, otherwise write to the existing sheet

                                        Range of cells in the Excel sheet (e.g., "A1:C10")

                                          Sheet name in the Excel file

                                            Values to write to the Excel sheet. If the value is a formula, it should start with "="

                                            values

                                            Values to write to the Excel sheet. If the value is a formula, it should start with "="

                                            No items yet. Use the button below to add some.

                                                Result: