关于
Openpyxl is a thin wrapper around the OpenPyXl Python library, exposing its functionality as a Model Context Protocol (MCP) server. This allows large language models like Claude to access and analyze data directly from Excel files, facilitating tasks such as data extraction, summarization, and answering questions based on spreadsheet contents.
主要功能
- Allows Claude and other MCP clients to interact with Excel files.
- Supports data fetching from .xlsx files.
- Offers instructions for installation from pre-built executables or from source.
- Exposes OpenPyXl features through the Model Context Protocol.
- Provides example configurations for Claude Desktop and other MCP clients.
- 3 GitHub stars
使用案例
- Analyzing financial data stored in Excel spreadsheets.
- Filling out forms and reports programmatically using Excel data.
- Extracting specific information from large datasets within Excel files.