Spawn Client
Freeby MCP Community
Spawn Model Context Protocol clients connected to servers using in-memory transports
v0.0.0Added Apr 12, 2026
mcpmodel-context-protocolclientspawntesting
Spawn Client MCP Server
Spawn Model Context Protocol clients connected to servers using in-memory transports
Installation
Reviews
Installation
Quick install
npx -y mcp-spawn-client
Add to claude_desktop_config.json
{
"mcpServers": {
"spawn-client": {
"command": "npx",
"args": ["-y", "mcp-spawn-client"]
}
}
}