stagenth excel chart

Created By
4 days ago
Excel analytics over MCP: excel_inspect (structure), excel_query (filter/group/aggregate, returns data rows as JSON), excel_to_chart (render charts), excel_write (JSON to .xlsx workbook).
Overview

stagenth excel chart

Excel analytics over MCP: excel_inspect (structure), excel_query (filter/group/aggregate, returns data rows as JSON), excel_to_chart (render charts), excel_write (JSON to .xlsx workbook).

Tools

  • excel_inspect — sheets, columns, types and a preview (free)
  • excel_query — filter / group-by / aggregate / top-N, returns actual data rows as JSON
  • excel_to_chart — render bar / line / pie and more chart types as images (CJK fonts OK)
  • excel_write — write JSON rows into a real .xlsx workbook, delivered via download URL

Connect

  1. Sign up at https://www.stagenth.com and create an API token (Console → API Tokens).
  2. Add to your MCP client config:
{"mcpServers":{"stagenth-excel-chart":{"type":"http","url":"https://stagenth.com/mcp/excel-chart/","headers":{"Authorization":"Bearer <YOUR_API_KEY>"}}}}

Docs: https://www.stagenth.com/help?scope=excel-chart

Server Config

{
  "mcpServers": {
    "stagenth-excel-chart": {
      "type": "http",
      "url": "https://stagenth.com/mcp/excel-chart/",
      "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
      }
    }
  }
}
Project Info
Created At
4 days ago
Updated At
4 days ago
Author Name
-
Star
-
Language
-
License
-
Category

Recommend Servers

View All