MCP Directory
Back

mcp-excel-reader-server

by softgridinc-pte-ltd · Python · ★ 5

A MS excel server based on modelcontextprotocol

#claude#cline#excel#llm#mcp#roo#sonnet

Install

pip install git+https://github.com/softgridinc-pte-ltd/mcp-excel-reader-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-excel-reader-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/softgridinc-pte-ltd/mcp-excel-reader-server.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/softgridinc-pte-ltd-mcp-excel-reader-server) A Model Context Protocol (MCP) server that provides tools for reading Excel (xlsx) files. - Read content from all sheets in an Excel file - Read content from a specific sheet by name - Read content from a specific sheet by index - Returns data in JSON format - Handles empty cells and data type conversions Requires Python 3.10 or higher. - mcp >= 1.2.1 - openpyxl >= 3.1.5 The server provides three main tools: Reads content from all sheets in an Excel file. Reads content from a specific sheet by name. If no sheet nam…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers