CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

drop

neuronik-io/drop
HTTPregistry active
Summary

A remote MCP server that turns AI-generated HTML into hosted web pages with shareable URLs. Exposes five tools: publish_page, update_page, list_pages, get_page, and delete_page. Pages can be public with Open Graph previews or private and encrypted. Works over streamable HTTP with OAuth, so no local server needed. Includes a companion CLI (drop-upload) for uploading images and files since remote servers can't read your filesystem. Useful when you're iterating on prototypes, reports, or dashboards with Claude and want to share the result immediately without touching GitHub Pages or Vercel. Team workspaces automatically share the same domain.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Registryactive
TransportHTTP
UpdatedJun 7, 2026
View on GitHub

drop — your AI writes the page, drop gives it a link

drop

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.)

Quick start

  1. Sign in at drop.neuronik.io — Google or email magic link. You get a workspace; teammates on the same email domain share one.

  2. Connect your assistant to the MCP server:

    https://drop.neuronik.io/mcp
    
    Claude Code
    claude mcp add --transport http drop https://drop.neuronik.io/mcp
    

    Then run /mcp, select drop, and complete the browser sign-in.

    Claude Desktop / Claude.ai

    Settings → Connectors → Add custom connector → paste the URL → Connect → sign in with Google.

    Cursor

    Settings → MCP → Add new MCP server, or use:

    {
      "mcpServers": {
        "drop": { "command": "npx", "args": ["mcp-remote", "https://drop.neuronik.io/mcp"] }
      }
    }
    
    Any other MCP client

    Native remote MCP: use the URL directly (streamable HTTP, OAuth). Otherwise: npx mcp-remote https://drop.neuronik.io/mcp.

  3. Say "drop this" — your assistant publishes the page and hands you back a URL.

What your assistant can do

ToolWhat it does
publish_pagePublish a full HTML page, get a shareable URL
update_pageEdit a page in place — same URL, refreshed preview
list_pagesList the workspace's pages
get_pageFetch a page's HTML + metadata before editing
delete_pageDelete 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.