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.
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 (
Basic information
More Developer Tools MCP servers
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.

Sentry
modelcontextprotocolModel Context Protocol Servers
Comments