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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
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.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
评论