Publish web pages straight from your AI assistant and share them with a link.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-neuronik-drop": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.neuronik/drop and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Publish web pages straight from your AI assistant — and share them with a link.
drop.neuronik.io · MCP-native · works with Claude, Cursor & any MCP client
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.)
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/mcp
claude mcp add --transport http drop https://drop.neuronik.io/mcp
Then 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.
| Tool | What it does |
|---|---|
publish_page | Publish a full HTML page, get a shareable URL |
update_page | Edit a page in place — same URL, refreshed preview |
list_pages | List the workspace's pages |
get_page | Fetch a page's HTML + metadata before editing |
delete_page | 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).
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 clipboard
One-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.
Found a bug, want a feature, or built something cool with drop? Open an issue — we read everything.
The contents of this repository (CLI + docs) are MIT. The drop cloud service is © Neuronik.