Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Mcp Superset
  4. vs Keboola Mcp Server
Side-by-Side Model Context Protocol Comparison

Mcp Superset vs Keboola Mcp Server

In-depth architectural comparison of the Mcp Superset and Keboola Mcp Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Mcp Superset
Data Platforms · Local stdio
Quality: 63/100 (Good) | Auth: API Key required
Keboola Mcp Server
Data Platforms · Local stdio
Quality: 56/100 (Good) | Auth: OAuth 2.0
Verdict Summary: Choose Mcp Superset if you need specialized Data Platforms tools running via a local process. Choose Keboola Mcp Server if your workspace requires Data Platforms integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Mcp Superset logo

Choose Mcp Superset when:

  • You need dedicated capabilities in the Data Platforms domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: SUPERSET_BASE_URL, SUPERSET_USERNAME, SUPERSET_PASSWORD, SUPERSET_AUTH_PROVIDER, SUPERSET_MCP_HOST, SUPERSET_MCP_PORT, SUPERSET_MCP_TRANSPORT.
  • Primary tools included: superset_dashboard_list, superset_dashboard_get, superset_dashboard_create.
Explore Mcp Superset Details
Keboola Mcp Server logo

Choose Keboola Mcp Server when:

  • You need dedicated capabilities in the Data Platforms domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: OAuth 2.0 (Free / Open Source).
  • You have access to required keys: KBC_BRANCH_ID.

Feature & Specification Comparison

Specification
Mcp Superset logo
Mcp Superset
bintocher
Data Platforms
Keboola Mcp Server logo
Keboola Mcp Server
keboola
Data Platforms
SummaryFull-featured Apache Superset MCP server with 135+ tools for dashboards, charts, datasets, SQL Lab, security (users, roles, RLS, groups), permissions audit, and 30+ built-in safety validations. Supports HTTP, SSE, and stdio transports.interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.
Category & ScopeData Platforms

Tools & Capabilities Breakdown

Mcp Superset Tools (80)

superset_dashboard_list
List dashboards with filtering and pagination
superset_dashboard_get
Get dashboard details by ID
superset_dashboard_create
Create a new dashboard
superset_dashboard_update
Update dashboard properties
superset_dashboard_delete
Delete a dashboard (requires confirmation)
superset_dashboard_copy
Duplicate a dashboard

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Mcp Superset Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "bintocher-mcp-superset": {
      "command": "uvx",
      "args": [
        "support"
      ],
      "env": {
        "SUPERSET_BASE_URL": "YOUR_SUPERSET_BASE_URL_HERE",
        "SUPERSET_USERNAME": "YOUR_SUPERSET_USERNAME_HERE",
        "SUPERSET_PASSWORD": "YOUR_SUPERSET_PASSWORD_HERE",
        "SUPERSET_AUTH_PROVIDER": "YOUR_SUPERSET_AUTH_PROVIDER_HERE",
        "SUPERSET_MCP_HOST": "YOUR_SUPERSET_MCP_HOST_HERE",
        "SUPERSET_MCP_PORT": "YOUR_SUPERSET_MCP_PORT_HERE",
        "SUPERSET_MCP_TRANSPORT": "YOUR_SUPERSET_MCP_TRANSPORT_HERE"
      }
    }
  }
}
Keboola Mcp Server Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "keboola-keboola-mcp-server": {
      "command": "uvx",
      "args": [
        "keboola_mcp_server"
      ],
      "env": {
        "KBC_BRANCH_ID": "YOUR_KBC_BRANCH_ID_HERE"
      }
    }
  }
}

Frequently Asked Questions

Mcp Superset is categorized under Data Platforms and uses a local stdio subprocess. In contrast, Keboola Mcp Server belongs to Data Platforms using local stdio subprocess. Select Mcp Superset when you need capabilities focused on data platforms and Keboola Mcp Server when you require tools for data platforms.

More alternatives to Mcp SupersetMore alternatives to Keboola Mcp ServerData Platforms category hub

Related MCP Server Comparisons

Popular comparisons with Mcp Superset

  • Metabase Mcp logoMcp Superset vs Metabase Mcp
  • Dbt Mcp logoMcp Superset vs Dbt Mcp
  • Method Crm Mcp logoMcp Superset vs Method Crm Mcp
  • Mcp Databricks Server logoMcp Superset vs Mcp Databricks Server

Popular comparisons with Keboola Mcp Server

  • Primary tools included: Direct table queries and metadata management, Create, list, and inspect extractors, writers, and transformations, Run components and retrieve job execution details.
  • Explore Keboola Mcp Server Details
    Data Platforms
    Quality signal63/100 (Good)56/100 (Good)
    Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
    Auth RequirementAPI Key requiredOAuth 2.0
    Pricing ModelFree / Open SourceFree / Open Source
    Required Env Vars
    SUPERSET_BASE_URLSUPERSET_USERNAMESUPERSET_PASSWORDSUPERSET_AUTH_PROVIDERSUPERSET_MCP_HOSTSUPERSET_MCP_PORTSUPERSET_MCP_TRANSPORT
    KBC_BRANCH_ID
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signaluvx · highuvx · high
    Engagement & Health 3 views 0 copies 0 upvotes 52 stars 2 views 0 copies 0 upvotes 84 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Mcp Superset ListingView Keboola Mcp Server Listing
    superset_dashboard_publish
    Publish a draft dashboard
    superset_dashboard_unpublish
    Unpublish a dashboard
    superset_dashboard_charts
    List charts in a dashboard
    superset_dashboard_datasets
    List datasets used by a dashboard
    superset_dashboard_export
    Export dashboard as ZIP (base64)
    superset_dashboard_import
    Import dashboard from ZIP file
    +68 more tools listed on main page

    Keboola Mcp Server Tools (6)

    Direct table queries and metadata management
    Create, list, and inspect extractors, writers, and transformations
    Run components and retrieve job execution details
    Build and manage workflow pipelines with conditional flows
    Create and deploy Keboola Streamlit Data Apps
    Support for development branches scoped via headers
    Dbt Mcp logo
    Keboola Mcp Server vs Dbt Mcp
  • Mcp Databricks Server logoKeboola Mcp Server vs Mcp Databricks Server
  • Metabase Mcp logoKeboola Mcp Server vs Metabase Mcp
  • Databricks Genie MCP logoKeboola Mcp Server vs Databricks Genie MCP