MCP.so
Sign In

openpyxl_mcp_server

@jonemo

About openpyxl_mcp_server

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.

Basic information

Category

Developer Tools

License

MIT

Runtime

python

Transports

stdio

Publisher

jonemo

Submitted by

Jonas Neubert

Config

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

{
  "mcpServers": {
    "openpyxl-mcp-server": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

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 openpyxl_mcp_server?

A thin wrapper around the OpenPyXl Python library that exposes its features as a Model Context Protocol (MCP) server, allowing Claude and other MCP clients to read data from Excel files.

How to use openpyxl_mcp_server?

Download the prebuilt executable from GitHub Releases (MacOS or Windows), set executable permissions on MacOS, then configure your MCP client (e.g., Claude Desktop) with the path to that executable as a command with no arguments. Alternatively, run from source by cloning the repository, creating a Python virtual environment, and pointing the MCP client to the Python interpreter and the server script.

Key features of openpyxl_mcp_server

  • Exposes OpenPyXl features via the Model Context Protocol
  • Runs as a local executable (no cloud dependency)
  • Works with any MCP‑compatible client (

Comments

More Developer Tools MCP servers