excel-mcp-server

excel-mcp-server

0

The project is designed to offer visualization capabilities for Excel data using an MCP server. It allows the generation of interactive charts, including bar, line, and pie charts, through an interface that supports remote chart generation.

Excel-MCP Server Visualization Project

This project provides visualization capabilities for Excel data through an MCP server interface, generating interactive charts using Pyecharts.

Features

  • Generate bar, line, and pie charts from Excel data
  • Customizable chart templates
  • MCP server integration for remote chart generation
  • Metadata handling for data formatting

Chart Generation

Available chart types:

  • Bar charts
  • Line charts
  • Pie charts

Each endpoint accepts Excel data and returns an interactive HTML chart.

Configuration

Edit configuration settings to customize server port, default chart styles, and template paths.

Dependencies

  • Python 3.8+
  • Pyecharts
  • Flask
  • Pandas
  • Openpyxl