Skip to main content
Developer ToolsPython

haris-musa/excel-mcp-server

An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae).

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

{
  "mcpServers": {
    "excel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "haris-musa/excel-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
haris-musa