mcp-excel logo

mcp-excel

by algonacci

MCP server that provides clients with the ability to read Excel files. It requires specific configuration within the MCP config file.

View on GitHub

Last updated: N/A

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