Quickstart
Connect your agent
ArtifactsMCP gives any MCP-capable AI agent a publish button — turn a conversation into a real, shareable web page. Three steps once; then it's just asking.
1. Copy your connector URL
One URL is the whole setup:
2. Add it to your agent
Point any MCP-capable client at that URL and sign in once with Google or GitHub — your account is created on first sign-in. No client IDs, no secrets, no deploy.
- claude.ai — Settings → Connectors → Add custom connector, and paste the URL.
- Claude Code / Cursor — add it as a remote MCP server.
- Any MCP client — use its "add MCP server" flow with the same URL.
Prefer a key? Generate an API key on your dashboard for key-based auth.
3. Publish a page
In any conversation, say "publish this as a page". Your agent calls publish_artifact and hands back a live URL. It can also update_artifact, list_artifacts, and delete_artifact later — the URL never changes.
You choose who can open each page: public, anyone with the link, private, specific emails, or your whole company's domain.
That's it. Questions? See the FAQ, or open a live example.