MCP : Improve MCP chart preview tools - add rendered image and structured data preview options #41113
Prakhar-Mishra1107
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Current Superset MCP service (6.1.0) exposes chart previews only in formats (ascii, url, table or vega lite) that does not provide exact chart previews as user will see in superset UI. We request first class MCP tools that return. -
Use Case
we are integrating superset MCP into a conversational analytics assistant. When a user asks to preview or visualise a chart , we need to display it inline in the chat UI. Today this is not well supported.
Current Behaviour
get chart previews return previews as
These are not suitable for rendering a faithful, interactive chart in web ui.
Additionally, get chart info return only basic metadata and does not expose richer params/form data needed to reproduce the chart appearance.
Proposed Enhancements
Why this matters
AI assistant and embedded analytics tools increasingly consume Superset via MCP. Faithful , programmatic chart previews are a common need. First class MCP support would make superset mcp significantly more useful for downstream agent/chatbot integrations.
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions