excel-mcp-serverServer

haris-musa
GitHub
ExcelData ManipulationAI Tools

Loading subscription status...

💡 Description

An MCP server that allows you to manipulate Excel files without needing to have Microsoft Excel installed. Create, read, and modify Excel workbooks with your AI agent.

📝 JSON Entries

{
  "mcpServers": [
    {
      "excel": {
        "env": {
          "EXCEL_FILES_PATH": "/path/to/excel/files"
        },
        "args": [],
        "command": "uv run excel-mcp-server"
      }
    }
  ]
}

🛠️ Tools

OpenPyXLuv

Features

  • Create and modify Excel workbooks
  • Read and write data
  • Apply formatting and styles
  • Create charts and visualizations
  • Generate pivot tables
  • Manage worksheets and ranges

💬 Example Queries

  • Create a new Excel file with sample data.
  • Generate charts and visuals from the data in my Excel sheet.
  • Read the data from the Excel file and summarize it.