# Artifacky > Artifacky is a hosting and portfolio platform for the things you make with AI — drop in a single-page HTML artifact, get a clean URL, and build a profile of everything you've shipped. *“a home for the things you make with AI.”* You made a thing with AI. Maybe a calculator, a quiz, a tiny tool, an explainer, a side-project that turned into something. It deserves a real URL — and a place to live alongside everything else you've shipped. ## Key pages - [Home](https://artifacky.com) - [About — what Artifacky is, who it's for, how it works](https://artifacky.com/about) - [Connect to Claude (MCP) — publish from your agent](https://artifacky.com/mcp) - [Facts — machine-readable company facts](https://artifacky.com/facts) - [Pricing — Free, Pro, Founding Pro](https://artifacky.com/pricing) - [The Founding Pledge](https://artifacky.com/founding-pledge) - [Add Artifacky to your phone](https://artifacky.com/install) - [Privacy Policy](https://artifacky.com/privacy) - [Terms of Service](https://artifacky.com/terms) - [Username Policy](https://artifacky.com/username-policy) ## For agents (MCP) Artifacky runs a Model Context Protocol server so AI agents can publish artifacts directly — no export, no upload. - Endpoint: https://mcp.artifacky.com/mcp - Auth: Personal access token (ak_…) generated in Artifacky → Settings, for Claude Code / Claude Desktop; or OAuth for the claude.ai custom connector flow. - Tools: - `upload_artifact` — Publish a self-contained HTML document as an artifact on the user's Artifacky page; returns the public URL. - `list_my_artifacts` — List the artifacts the authenticated user has published on Artifacky. - `delete_artifact` — Delete one of the authenticated user's artifacts by its slug. - Setup guide: https://artifacky.com/mcp ## FAQ ### What is Artifacky? Artifacky is a hosting and portfolio platform for the things you make with AI — drop in a single-page HTML artifact, get a clean URL, and build a profile of everything you've shipped. ### Who is Artifacky for? People quietly shipping with AI — founders, designers, marketers, operators, teachers, and anyone who's made something with AI and has nowhere to put it. ### What can I publish? A single, self-contained HTML document (up to 5 MB) — a tool, demo, calculator, explainer, game, or one-page app. It renders live in a sandbox. ### Can I publish straight from Claude? Yes. Connect Artifacky to Claude once via the MCP server, then say “publish this to my Artifacky” and it goes live with a real URL without leaving the chat. ### How much does it cost? Free to start (up to 12 artifacts). Pro is $5/month or $50/year for unlimited artifacts and more. Founding Pro is $99 once for lifetime Pro, capped at 100 seats. ### Is it safe to host arbitrary HTML? Yes — artifacts render inside a sandboxed iframe on an isolated content domain, so published HTML can't reach your Artifacky session or other users' data. ## More - Full brief: https://artifacky.com/llms-full.txt - Machine-readable facts: https://artifacky.com/facts.json