mcp-excel

mcp-excel

3.2

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 henry@mcphub.com.

MCP-Excel is a Model Context Protocol server designed to enable clients to read Excel files efficiently.

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"
      ]
    }
  }
}