onetimehtml
Annex AInstallation manual

Install for your AI.

Drop-in recipes so any assistant knows that when you say "share this", it sends the content to onetimehtml instead of writing a file.

Steps · MCP server

Add this to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows) and restart Claude Desktop. For Cursor, the same JSON goes in ~/.cursor/mcp.json. For Claude Code: claude mcp add onetimehtml -- npx -y @onetimehtml/mcp.

claude_desktop_config.json
{
  "mcpServers": {
    "onetimehtml": {
      "command": "npx",
      "args": ["-y", "@onetimehtml/mcp"]
    }
  }
}
jsonc · 117 chars · UTF-8 · served from installs/
Roadmap

Raycast extension, VSCode command, CLI npx onetimehtml, batch share API.

Auth

Public, no auth. API keys + rate limits arrive when traffic justifies it.

Self-host

The repo is OSS. Run your own instance with Next.js + Redis and point the skills to your URL.