You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
A Model Context Protocol (MCP) server implementation that provides Excel file manipulation capabilities without requiring Microsoft Excel installation. This server enables workbook creation, data manipulation, formatting, and advanced Excel features.
4
-
5
-
##Requirements
6
-
7
-
- Python 3.10+
8
-
- MCP SDK 1.2.0+
9
-
- OpenPyXL 3.1.2+
10
-
11
-
##Components
12
-
13
-
###Resources
14
-
15
-
The server provides Excel workbook manipulation through OpenPyXL:
16
-
17
-
- Creates and modifies Excel workbooks
18
-
- Manages worksheets and ranges
19
-
- Handles formatting and styles
20
-
- Supports charts and pivot tables
21
-
22
-
###Tools
23
-
24
-
This server provides a comprehensive set of Excel manipulation tools. For detailed documentation of all available tools, their parameters, and usage examples, please refer to[TOOLS.md](TOOLS.md).
25
-
26
-
The tools include capabilities for:
27
-
28
-
- Workbook and worksheet management
29
-
- Data reading and writing
30
-
- Formatting and styling
31
-
- Charts and visualizations
32
-
- Pivot tables and data analysis
33
-
34
-
See[TOOLS.md](TOOLS.md) for complete documentation.
3
+
A Model Context Protocol (MCP) server that lets you manipulate Excel files without needing Microsoft Excel installed. Create, read, and modify Excel workbooks with your AI agent.