excel-mcp-server

A Model Context Protocol server for Excel file manipulation

GitHub Stars

2,237

User Rating

Not Rated

Favorites

0

Views

59

Forks

251

Issues

28

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.6 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/haris-musa/excel-mcp-server
cd excel-mcp-server

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
uvx excel-mcp-server stdio

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Python version and reinstall dependencies. Issue: Excel files are not being read correctly Solution: Ensure that the EXCEL_FILES_PATH environment variable is set correctly.