
From Static Output to Live Dashboard: Connect Claude Code Artifacts to Your MCP Connectors
Chris Harper
2 min read
Jul 19, 2026 · 04:05 UTC
Claude Code artifacts now pull live data from your MCP connectors on each view — build a PR board, sprint tracker, or launch checklist that's never stale.
Starting in Week 29 (July 13–17), published artifacts can call the viewing account's MCP connectors on demand. Each viewer approves connector access once; after that, every page load fetches fresh data through their permissions — not a snapshot from the session that built it.
Available on Pro, Max, Team, and Enterprise plans. Not available on publicly shared artifacts.
Try it now
Open any Claude Code conversation (or a Cowork session) and ask:
Build an artifact that shows all open PRs in this GitHub repo, grouped by
reviewer, showing how long each has been open. Pull data live from my GitHub
MCP connector when the page loads.
Claude builds the page with the window.claude.mcp runtime API, adds a "Refresh" button, and publishes it. Share the link with your team — each person sees their own GitHub view, scoped to their own access automatically.
What else this unlocks
- Sprint board: call your Linear or Jira connector to render all in-progress issues for the viewer's assigned team, updated live.
- Launch checklist: call GitHub (tests green?), Notion (docs updated?), and Slack (announcement drafted?) in parallel and render a single go/no-go view.
- Team dashboard: each viewer sees exactly what their permissions allow — no extra auth wiring, no data exposure across roles.
The same capability landed for Cowork artifacts in the same week.
Sources: Week 29 — What's New in Claude Code (July 13–17, 2026) · Claude Code now supports artifacts — Anthropic Blog · Claude Code Artifacts Add MCP Connector Support — AlternativeTo