AI agents
CLIWorks with Claude Cowork, Codex, Claude Code, and Cursor Agent. Fast, and handles local files, folders, and full multi-file sites.
Start with the CLILast verified: 2026-07-18 · Target UI: ChatGPT Web
ChatGPT MCP apps work only on ChatGPT Web and are not supported on mobile.
Artifact Share turns HTML made by AI into browser links. It also supports Markdown, folders, and static sites, with content replacement without changing the URL, history, comments, and project organization.
Your AI can use all of these Artifact Share features for you. Connect with MCP from chat apps; when an AI or automation can run shell commands against local files, the CLI is the clearest route.
Wondering what you can do once connected? See what you can do
Works with Claude Cowork, Codex, Claude Code, and Cursor Agent. Fast, and handles local files, folders, and full multi-file sites.
Start with the CLIConnect the Artifact Share MCP server in Claude, ChatGPT, or Cursor chat. Handy when you want to quickly share something you made in the conversation.
Start with MCPFor Claude Cowork tasks and AI agents that can run shell commands (Codex, Claude Code, Cursor Agent), start with this CLI prompt.
npx --yes @artifactshare/cli initThe quickest way is the prefilled connector link:
Add Artifact Share to ClaudeClaude opens the add-custom-connector dialog with the name and URL filled in; review them and choose "Add".
If the link doesn’t open the dialog, add it by hand:
https://artifactshare.com/mcpSet up Artifact Share in ChatGPT Web. The entry point depends on your plan and permissions. Pro may show Plugins and Security and login, while Business, Enterprise, and Edu use Apps.
ChatGPT features, UI labels, and permissions may change. If your UI looks different, look for Developer mode under Plugins or Apps in Settings, or check Settings > Security and login.
https://artifactshare.com/mcpThe quickest way is the one-click install link:
Add Artifact Share to CursorCursor opens an "Install MCP Server" dialog with the name and URL filled in; choose "Install". Sign in with Google if prompted.
If the link doesn’t open Cursor, add it by hand:
{
"mcpServers": {
"Artifact Share": { "url": "https://artifactshare.com/mcp" }
}
}https://artifactshare.com/mcpIf you regularly switch between workspaces or Google accounts, the CLI is usually the clearer route because you can keep the account for each job separate. MCP connections are tied to one Google account at a time; when you connect, pick the account you want from Google’s account chooser. To switch, connect again and choose a different account.
Use an API token instead of browser sign-in. Issue a token from Settings, then pass it with ARTIFACTSHARE_TOKEN.
ARTIFACTSHARE_TOKEN=your_token npx --yes @artifactshare/cli share ./report.html