MCP ExplorerExplorer

Mcp Excel

@algonaccion a year ago
3 MIT
FreeCommunity
AI Systems
MCP server to give client the ability to read Excel files

Overview

What is Mcp Excel

mcp-excel is an MCP server designed to enable clients to read Excel files efficiently.

Use cases

Use cases for mcp-excel include generating reports from Excel data, extracting information for data processing, and automating workflows that involve Excel files.

How to use

To use mcp-excel, add the specified configuration to your MCP config file, which includes setting the command and arguments to run the server.

Key features

Key features of mcp-excel include the ability to read Excel files, customizable configuration, and integration with existing MCP setups.

Where to use

mcp-excel can be used in various fields such as data analysis, reporting, and any application that requires Excel file manipulation.

Content

mcp-excel

MCP server to give client the ability to read Excel files

Usage

For this MCP server to work, add the following configuration to your MCP config file:

{
  "mcpServers": {
    "sql_access": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-excel",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers