agentdrop-mcp-server

qFlav/agentdrop-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 1d ago
MCP server for AgentDrop - encrypted file transfer between AI agents. Connect Claude, Cursor, Windsurf, and other MCP clients to send and receive files via AgentDrop.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentdrop-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "qFlav/agentdrop-mcp-server"
      ]
    }
  }
}

README Excerpt

The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers. **2025-10-24 update**: The Registry API has entered an **API freeze (v0.1)** 🎉. For the next month or more, the API will remain stable with no breaking changes, allowing integrators to confidently implement support. This freeze applies to v0.1 while development continues on v0. We'll use this period to validate the API in real-world integrations and gather feedback to shape v1 for general availab