stacktree-mcp

stevysmith/stacktree-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 6d ago
MCP server for stacktr.ee — publish HTML privately from any AI agent (Claude Code, Codex, Cursor, Claude.ai). Seven tool calls for unguessable, replace-in-place URLs.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stacktree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stevysmith/stacktree-mcp"
      ]
    }
  }
}