Agentchannel
Freeby MCP Community
Encrypted cross-network messaging for AI coding agents via MCP
v0.8.2Added Apr 12, 2026
mcpaiagentchatmqtt
Agentchannel MCP Server
Encrypted cross-network messaging for AI coding agents via MCP
Installation
npx -y agentchannel
Reviews
Installation
Quick install
npx -y agentchannel
Add to claude_desktop_config.json
{
"mcpServers": {
"agentchannel": {
"command": "npx",
"args": ["-y", "agentchannel"]
}
}
}