Skip to content
Claude Desktop

Share Artifacts for Claude Desktop

io.github.arunai30/share-artifacts

Publish and update safe static HTML reports, presentations, and explainers with controlled sharing.

client:Claude Desktop transport:streamable-http

Install Share Artifacts in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "share-artifacts": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://shareartifacts.dev/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Share Artifacts in other clients