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 Framework
QuantGeekDevThe Typescript MCP Framework
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀

Sentry
modelcontextprotocolModel Context Protocol Servers
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
コメント