Skip to content
Claude Desktop

Stacktree for Claude Desktop

ee.stacktr/publish

Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent.

client:Claude Desktop transport:streamable-http runtime:npm

Install Stacktree in Claude Desktop

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

{
  "mcpServers": {
    "publish": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.stacktr.ee/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

Stacktree in other clients