drop
Your AI assistant writes great HTML — reports, dashboards, prototypes, docs. drop is a remote MCP server that publishes it as a real, hosted web page the moment you say "drop this". No copy-paste, no hosting setup, no redeploys on edits.
This repo is drop's public home: setup instructions, the drop-upload CLI source, and the issue tracker for feedback and bug reports. (The drop cloud service itself is not open source.)
Quick start
Sign in at drop.neuronik.io — Google or email magic link. You get a workspace; teammates on the same email domain share one.
Connect your assistant to the MCP server:
https://drop.neuronik.io/mcpclaude mcp add --transport http drop https://drop.neuronik.io/mcpThen run
/mcp, select drop, and complete the browser sign-in.Settings → Connectors → Add custom connector → paste the URL → Connect → sign in with Google.
Settings → MCP → Add new MCP server, or use:
{ "mcpServers": { "drop": { "command": "npx", "args": ["mcp-remote", "https://drop.neuronik.io/mcp"] } } }Native remote MCP: use the URL directly (streamable HTTP, OAuth). Otherwise:
npx mcp-remote https://drop.neuronik.io/mcp.Say "drop this" — your assistant publishes the page and hands you back a URL.
Related MCP server: dochost
What your assistant can do
Tool | What it does |
| Publish a full HTML page, get a shareable URL |
| Edit a page in place — same URL, refreshed preview |
| List the workspace's pages |
| Fetch a page's HTML + metadata before editing |
| Delete a page |
Pages can be public (anyone with the link, with proper Open Graph previews on Discord/Slack/WhatsApp/X) or private (signed-in workspace members only, encrypted at rest).
drop-upload CLI
A remote MCP server can't read files on your machine. @neuronik/drop-upload (source) is the tiny local helper that bridges the gap — upload a screenshot, PDF or any file and get back an HTTPS URL your assistant can embed in a page:
npx @neuronik/drop-upload@latest ./screenshot.png
npx @neuronik/drop-upload@latest --clipboard # macOS: whatever image is on the clipboardOne-time setup: generate an upload token in drop under Connect assistant, then npx @neuronik/drop-upload@latest login --token <token>. Full docs in cli/README.md.
Feedback
Found a bug, want a feature, or built something cool with drop? Open an issue — we read everything.
License
The contents of this repository (CLI + docs) are MIT. The drop cloud service is © Neuronik.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenancePublish live web pages from AI coding agents. Instant shareable URLs for dashboards, landing pages, and reports with password protection.Last updated41MIT
- Alicense-qualityCmaintenancePublish Markdown or HTML to a clean, shareable public link straight from your AI assistant — OAuth sign-in, no API keys. Tools: publish and list_my_pages.Last updated1MIT
- FlicenseAqualityCmaintenanceDeploy any HTML project to a live public URL in seconds — directly from Cursor, Claude Code, or any MCP-compatible AI agent.Last updated2
- Alicense-qualityCmaintenancePublishes AI-generated HTML and Markdown to a hosted, shareable URL with versioning, theming, and access control.Last updated1MIT
Related MCP Connectors
Publish & manage shareable HTML/Markdown pages from your LLM, with access control.
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neuronik-io/drop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server