This repository provides a wrapper around the OpenPyXL Python library, exposing its features as a Model Context Protocol (MCP) server, enabling Claude and other MCP clients to fetch data from Excel files.
This is a wrapper around the OpenPyXL Python library, exposing its features as a Model Context Protocol (MCP) server. This allows Claude and other MCP clients to fetch data from Excel files.
Alternatively, install directly from the source code.
claude_desktop_config.json
file.Instructions for configuring MCP servers in other tools that support them:
Clone the repository, create a virtual environment, and install the requirements. Then, update the claude_desktop_config.json
file with the path to the Python interpreter and the openpyxl_mcp_server.py
script.
Provides example prompts for using the server with Claude, including extracting data from datasets, analyzing financial records, and filling out forms.
Install dependencies and use PyInstaller to build standalone executables. On macOS, you may need to sign the executable.
openpyxl-mcp-server is currently listed in these MCP server directories:
jonemo/openpyxl-mcp-server
March 17, 2025
March 23, 2025
Python