Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing.
claude mcp add excel-chart --transport http https://stagenth.com/mcp/excel-chart/
~/.cursor/mcp.json
{
"mcpServers": {
"excel-chart": {
"url": "https://stagenth.com/mcp/excel-chart/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"excel-chart": {
"serverUrl": "https://stagenth.com/mcp/excel-chart/"
}
}
}
.vscode/mcp.json
{
"servers": {
"excel-chart": {
"type": "http",
"url": "https://stagenth.com/mcp/excel-chart/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"excel-chart": {
"url": "https://stagenth.com/mcp/excel-chart/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"excel-chart": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stagenth.com/mcp/excel-chart/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://stagenth.com/mcp/excel-chart/ |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/com.stagenth--excel-chart/reviews or the review_server meta-tool.
POST /mcp