MCP.so
登录

openpyxl_mcp_server

@jonemo

关于 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.

基本信息

分类

开发工具

许可证

MIT

运行时

python

传输方式

stdio

发布者

jonemo

提交者

Jonas Neubert

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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 (

评论

开发工具 分类下的更多 MCP 服务器