Webcontainer Mcp Transport
Freeby MCP Community
unofficial WebContainer transport implementation for the Model Context Protocol (MCP). This transport allows you to run MCP servers inside a WebContainer enviro
v0.0.1Added Apr 12, 2026
mcpwebcontainertransportmodel context protocolwebcontainer transport
Webcontainer Mcp Transport MCP Server
unofficial WebContainer transport implementation for the Model Context Protocol (MCP). This transport allows you to run MCP servers inside a WebContainer enviro
Installation
Reviews
Installation
Quick install
npx -y @ahmedrowaihi/webcontainer-mcp-transport
Add to claude_desktop_config.json
{
"mcpServers": {
"webcontainer-mcp-transport": {
"command": "npx",
"args": ["-y", "@ahmedrowaihi/webcontainer-mcp-transport"]
}
}
}