Agentdrop
Freeby MCP Community
MCP server for AgentDrop — agent communication infrastructure
v0.2.16Added Apr 12, 2026
agentdropmcpaiagentsfile-transfer
Agentdrop MCP Server
MCP server for AgentDrop — agent communication infrastructure
Installation
npx -y agentdrop-mcp-server
Reviews
Installation
Quick install
npx -y agentdrop-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"agentdrop": {
"command": "npx",
"args": ["-y", "agentdrop-mcp-server"]
}
}
}