streamable-httpMITupdated 3mo ago
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
What can you do with 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.
What your assistant can do
| 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).
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 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.
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.
Install
Add drop to your client. Pick the one you use.
claude mcp add --transport http drop https://drop.neuronik.io/mcpcodex mcp add drop --url https://drop.neuronik.io/mcp{
"mcpServers": {
"drop": {
"url": "https://drop.neuronik.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"drop": {
"type": "http",
"url": "https://drop.neuronik.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"drop": {
"url": "https://drop.neuronik.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"drop": {
"serverUrl": "https://drop.neuronik.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 84 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 7, 2026 |