MCP.so
Sign In

mcp-excel

@algonacci

About mcp-excel

MCP server to give client the ability to read Excel files

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-excel?

mcp-excel is an MCP server that enables a client to read Excel files.

How to use mcp-excel?

Add the following configuration to your MCP config file. The server is run using uv with the directory %USERPROFILE%/Documents/GitHub/mcp-excel, arguments --directory, the directory path, run, python, and main.py.

Key features of mcp-excel

Use cases of mcp-excel

FAQ from mcp-excel

Comments

More Other MCP servers