How to Use the Apache Superset MCP in Cursor
Write code using real Apache Superset database schemas and chart configurations directly in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apache Superset MCP to Cursor
Create your Vinkius account to connect Apache Superset to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with real Superset dataset schemas in Cursor
The `list_datasets` tool pulls the exact columns and data types from your Superset datasets directly into Cursor. Your AI editor reads this live schema to write accurate Python or TypeScript code without guessing database structures. By combining this with `list_databases`, Cursor knows exactly which connection to target in your generated code. You avoid syntax errors and mismatched types because the editor writes code based on actual database configurations.
Test SQL queries inside your code editor
The `execute_sql_query` tool runs your raw SQL statements against your database connections from the Cursor chat panel. You can test your query logic before pasting it into your application code. The agent displays the query results directly in the editor sidebar. This lets you iterate on complex analytical queries and instantly generate the corresponding ORM or raw SQL code.
Extract chart configurations to replicate in code
The `get_chart_details` tool retrieves the precise SQL and parameters that power any specific Superset chart. Cursor uses this raw configuration to help you rebuild or migrate those charts in your own frontend applications. You can use `list_charts` to find the target chart ID, then let Cursor pull the details. This MCP Server workflow replaces manual inspection of Superset's web inspector when porting business logic to code.
Set up Apache Superset MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Apache Superset MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Apache Superset transactions." If the MCP tools are loaded correctly, Cursor will call the Apache Superset tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"apache-superset-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Apache Superset. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Apache Superset MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Apache Superset MCP today
We host it, we monitor it, we maintain it. You just paste one token.