MCP Server

Install Superset MCP in your client

Connect Claude, Codex, Cursor, or any MCP client and let your agent create tasks, spin up workspaces, launch agents, and run automations on your behalf.

https://api.superset.sh/mcp

$claude mcp add superset --transport http https://api.superset.sh/mcp

Pick your agent for a one-line install, or copy the config by hand. Every client, including OAuth and API key setup, is covered in the full MCP server docs.

Capabilities

What your agent can do

Tasks

List, get, create, update, and delete tasks; track status.

Workspaces

List, create, update, and delete workspaces on a host.

Agents

List agents configured on a host and launch an agent session in a workspace.

Terminals

Create, list, send input to, read the screen of, and close terminal sessions.

Automations

Schedule recurring runs, run on demand, pause, resume, and read logs.

Projects

List the projects (checked-out repos) available on a host.

Hosts

List the machines you have access to run workspaces on.

Organization

List members of your active organization.

See the available tools reference for every tool name and parameter.

Try it

Just ask

  • Create a task for fixing the login bug
  • List all my assigned tasks
  • Create a workspace for the auth feature on my MacBook
  • Schedule a daily automation that triages new Linear issues at 9am
  • Pause the nightly cleanup automation
  • Show me the last 10 runs of my Linear triage automation
Authentication

OAuth by default, API keys for CI

Interactive clients authorize over OAuth 2.1 in your browser, scoped to your active organization. For headless environments and CI, generate an API key from Settings → API Keys in the desktop app and pass it as a Bearer token instead. Full setup, including header config for Claude Code, is in the authentication docs.