Openpyxl
Enables Claude and other Model Context Protocol (MCP) clients to fetch and analyze data from Excel files.
소개
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.