Skip to content
Claude Desktop

drafturl for Claude Desktop

io.github.bamdule/drafturl

Share HTML/Markdown documents via URL instantly. Create, edit, delete docs from any AI tool.

client:Claude Desktop transport:streamable-http

Install drafturl in Claude Desktop

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

{
  "mcpServers": {
    "drafturl": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://drafturl.com/mcp/transport"
      ]
    }
  }
}

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

drafturl in other clients