Create Multicast
Freeby MCP Community
Create a Multicast MCP gateway — one command to scaffold, configure, and deploy your parallel MCP server.
v0.4.4Added Apr 12, 2026
createmulticastmcpclaudeclaude-ai
Create Multicast MCP Server
Create a Multicast MCP gateway — one command to scaffold, configure, and deploy your parallel MCP server.
Installation
npx -y create-multicast
Reviews
Installation
Quick install
npx -y create-multicast
Add to claude_desktop_config.json
{
"mcpServers": {
"create-multicast": {
"command": "npx",
"args": ["-y", "create-multicast"]
}
}
}