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.
- Open Claude Desktop → Settings → Connectors
- Click Add custom connector
- Enter the URL:
https://mcp.usestreamboard.com/mcp
- On first use, sign in with email/password, GitHub, or Google
That’s it — Claude now has access to your streamboard account.
Available tools
Section titled “Available tools”| Tool | Description |
|---|---|
create_streamboard | Author a new streamboard from a json-render spec |
update_streamboard | Append a new version to an existing streamboard |
get_streamboard | Read the spec + metadata for a streamboard |
get_streamboard_data | Read live pushed state + binding contract (latest spec); catches $bind typos/drift |
list_versions | List every version of a streamboard |
delete_streamboard | Permanent delete (owner / org admin only) |
Example prompts
Section titled “Example prompts”- “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.