PluginBench
MCP Server

stagenth · Excel 数据可视化 MCP Server

com.stagenth/excel-chart

What is the stagenth · Excel 数据可视化 MCP server?

Turn Excel/CSV into charts over MCP, return a download URL (bar/line/pie/scatter/radar).

How to install stagenth · Excel 数据可视化

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <API_KEY> from https://www.stagenth.com/settings?tab=tokens

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "excel-chart": {
      "url": "https://stagenth.com/mcp/excel-chart/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "excel-chart": {
      "serverUrl": "https://stagenth.com/mcp/excel-chart/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "excel-chart": {
      "type": "http",
      "url": "https://stagenth.com/mcp/excel-chart/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "excel-chart": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://stagenth.com/mcp/excel-chart/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http excel-chart https://stagenth.com/mcp/excel-chart/

Related MCP servers

Cloud file system + web scraping for AI over MCP. Upload, folders, share links, scrape_url.

Merge/split/compress/watermark/encrypt/decrypt PDF and convert images over MCP.