ai.artidrop/artidrop
ai.artidrop/artidropPublish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.
Tools · 4
Publish HTML or Markdown content as a shareable URL. Pass `content` byte-for-byte from the source — do not retype, reformat, minify, summarize, or 'clean up' the input; even one stray character can br…
Publish a multi-file HTML site from a base64-encoded ZIP file. The ZIP must contain an index.html at its root. For sites larger than ~10MB — or whenever you have the file on disk — prefer the REST API…
Get artifact metadata. Set include_content to true to also return the full HTML content.
List version history of an artifact
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.artidrop/artidrop": {
"url": "https://artidrop.ai/mcp",
"transport": "streamable-http"
}
}
}