Skip to content

Claude Desktop

The Claude Desktop integration connects streamboard to Claude Desktop through the Model Context Protocol (MCP), giving Claude access to fifteen tools for authoring, versioning, commenting on, and alarming generative-UI dashboards plus an HTTP data API for pushing live values.

  1. Open Claude DesktopSettingsConnectors
  2. Click Add custom connector
  3. Enter the URL:
    https://mcp.usestreamboard.com/mcp
  4. On first use, sign in with email/password, GitHub, or Google

That’s it — Claude now has access to your streamboard account.

ToolDescription
create_streamboardAuthor a new streamboard from a json-render spec
update_streamboardAppend a new version to an existing streamboard
get_streamboardRead the spec + metadata for a streamboard
get_streamboard_dataRead live pushed state + binding contract (latest spec); catches $bind typos/drift
list_versionsList every version of a streamboard
delete_streamboardPermanent delete (owner / org admin only)
  • “Build me a streamboard with four KPI tiles (MRR, active users, churn, NPS) and a weekly-signups area chart. Make the chart data bindable.”
  • “Update streamboard <id> to add a ‘Top regions’ bar chart underneath the tiles.”
  • “Show me version 3 of streamboard <id> and explain what changed since v1.”
  • “List every version of streamboard <id> with who authored it.”

After authoring, mint a per-board data token in Settings → Tokens and push live values from your code via @streamboard/sdk.