
Drafturl
- Bamdule/drafturl
DraftURL is a MCP server that creates and shares editable HTML and Markdown documents via instant URLs from AI tools.
About
DraftURL MCP lets developers turn agent-generated HTML or Markdown into immediately shareable links. Instead of copying blobs into Slack or spinning up a preview deploy for every revision, you register the DraftURL server and let Claude Code, Cursor, or other MCP clients create, update, or remove documents through the protocol. That fits the Build phase when you are iterating on README drafts, one-pager specs, landing copy prototypes, or internal runbooks you want a cofounder or beta user to open in a browser. The server advertises streamable-http against drafturl.com, which keeps setup lightweight for agents that support remote MCP. It is not a full documentation platform with version branching, access control depth, or search—it's a fast draft URL layer. Use it when speed and agent-native editing matter; use a dedicated docs site or CMS when you need SEO, roles, and permanent information architecture.
- Create, edit, and delete HTML or Markdown documents via MCP from any connected AI tool
- Instant shareable URLs for drafts without deploying a static site
- Hosted streamable-http transport at drafturl.com for remote MCP clients
- Open GitHub repository for DraftURL with version 1.0.0 server manifest
Drafturl by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http drafturl https://drafturl.com/mcp/transportAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Repository | Bamdule/drafturl ↗ |
What it does
Let your agent create, edit, delete, and share HTML or Markdown documents as instant URLs for specs, demos, and handoffs.
Who is it for?
Best when you're sharing specs, mock copy, or technical notes with collaborators straight from Claude Code or Cursor.
Skip if: Products that need branded docs sites, fine-grained permissions, or launch-grade SEO on a custom domain.
What you get
After registration, your agent can publish and revise shareable document URLs in one MCP session without a separate hosting step.
- Shareable URLs for HTML or Markdown documents
- Agent-driven create, edit, and delete on hosted drafts
By the numbers
- Server version 1.0.0
- One streamable-http remote: drafturl.com/mcp/transport
- Document formats: HTML and Markdown
Recommended MCP Servers
How it compares
Instant draft URL MCP, not a static-site generator skill or Notion replacement.
FAQ
Who is DraftURL for?
Developers who want their AI agent to create and share HTML or Markdown drafts as links without manual upload or deploy steps.
When should I use DraftURL?
Use it while building when you need a fast, editable doc URL for reviews, stakeholder feedback, or pairing notes alongside your codebase work.
How do I add DraftURL to my agent?
Configure your MCP client to use the streamable-http remote at drafturl.com/mcp/transport per the server manifest and repository instructions.