{
  "markdown": "<p align=\"center\">\n  <a href=\"https://drop.neuronik.io\">\n    <img src=\"https://drop.neuronik.io/og.png\" alt=\"drop — your AI writes the page, drop gives it a link\" width=\"640\">\n  </a>\n</p>\n\n<h1 align=\"center\">drop</h1>\n\n<p align=\"center\">\n  <strong>Publish web pages straight from your AI assistant — and share them with a link.</strong><br>\n  <a href=\"https://drop.neuronik.io\">drop.neuronik.io</a> · MCP-native · works with Claude, Cursor &amp; any MCP client\n</p>\n\n---\n\nYour AI assistant writes great HTML — reports, dashboards, prototypes, docs. **drop** is a remote [MCP](https://modelcontextprotocol.io) 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.\n\nThis repo is drop's public home: setup instructions, the [`drop-upload`](#drop-upload-cli) CLI source, and the [issue tracker](https://github.com/neuronik-io/drop/issues) for feedback and bug reports. (The drop cloud service itself is not open source.)\n\n## Quick start\n\n1. **Sign in** at [drop.neuronik.io](https://drop.neuronik.io) — Google or email magic link. You get a workspace; teammates on the same email domain share one.\n2. **Connect your assistant** to the MCP server:\n\n   ```\n   https://drop.neuronik.io/mcp\n   ```\n\n   <details><summary><strong>Claude Code</strong></summary>\n\n   ```sh\n   claude mcp add --transport http drop https://drop.neuronik.io/mcp\n   ```\n\n   Then run `/mcp`, select **drop**, and complete the browser sign-in.\n   </details>\n\n   <details><summary><strong>Claude Desktop / Claude.ai</strong></summary>\n\n   Settings → **Connectors** → **Add custom connector** → paste the URL → **Connect** → sign in with Google.\n   </details>\n\n   <details><summary><strong>Cursor</strong></summary>\n\n   Settings → **MCP** → **Add new MCP server**, or use:\n\n   ```json\n   {\n     \"mcpServers\": {\n       \"drop\": { \"command\": \"npx\", \"args\": [\"mcp-remote\", \"https://drop.neuronik.io/mcp\"] }\n     }\n   }\n   ```\n   </details>\n\n   <details><summary><strong>Any other MCP client</strong></summary>\n\n   Native remote MCP: use the URL directly (streamable HTTP, OAuth). Otherwise: `npx mcp-remote https://drop.neuronik.io/mcp`.\n   </details>\n\n3. **Say \"drop this\"** — your assistant publishes the page and hands you back a URL.\n\n## What your assistant can do\n\n| Tool | What it does |\n|---|---|\n| `publish_page` | Publish a full HTML page, get a shareable URL |\n| `update_page` | Edit a page in place — same URL, refreshed preview |\n| `list_pages` | List the workspace's pages |\n| `get_page` | Fetch a page's HTML + metadata before editing |\n| `delete_page` | Delete a page |\n\nPages 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).\n\n## drop-upload CLI\n\nA remote MCP server can't read files on your machine. [`@neuronik/drop-upload`](https://www.npmjs.com/package/@neuronik/drop-upload) ([source](./cli)) 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:\n\n```sh\nnpx @neuronik/drop-upload@latest ./screenshot.png\nnpx @neuronik/drop-upload@latest --clipboard   # macOS: whatever image is on the clipboard\n```\n\nOne-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](./cli/README.md).\n\n## Feedback\n\nFound a bug, want a feature, or built something cool with drop? [Open an issue](https://github.com/neuronik-io/drop/issues) — we read everything.\n\n## License\n\nThe contents of this repository (CLI + docs) are [MIT](./LICENSE). The drop cloud service is © [Neuronik](https://neuronik.io).\n",
  "bytes": 3772,
  "sha": "1ed316b2a715ae8c6088897dc401a2423bb763dd9893dd9e7cd592cfa70dcbfc",
  "repo_slug": "neuronik-io/drop",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_neuronik_drop_c8b2b7c4/readme"
}