← Back to Plugins
MCP Server MCP

MCP Superset

github By github 👁 1 views ▲ 0 votes

Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security

Homepage Verified source GitHub

Install

uvx mcp-superset

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-superset",
      "version": "0.2.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Apache Superset instance",
          "isRequired": true,
          "format": "string",
          "name": "SUPERSET_BASE_URL"
        },
        {
          "description": "Superset username for authentication",
          "isRequired": true,
          "format": "string",
          "name": "SUPERSET_USERNAME"
        },
        {
          "description": "Superset password for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SUPERSET_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...