openpyxl-mcp-server

jonemo/openpyxl-mcp-server
★ 19 stars Python 🤖 AI/LLM Updated 1d ago
A thin wrapper around the OpenPyXl Python library that exposes some of its features as Model Context Protocol (MCP) server. This allows Claude and other MCP clients to fetch data from Excel files.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openpyxl-mcp-server": {
      "command": "uvx",
      "args": [
        "openpyxl-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install openpyxl-mcp-server

README Excerpt

A thin wrapper around the OpenPyXl Python library that exposes some of its features as Model Context Protocol (MCP) server. This allows Claude and other MCP clients to fetch data from Excel files. Related links: - https://openpyxl.readthedocs.io/en/stable/index.html - https://modelcontextprotocol.io/quickstart/server