Code Canvas Server
Freeby MCP Community
Local server for v2.codecanvas.app — real-time file watching, TypeScript LSP, and MCP agent interface
v2.3.6Added Apr 12, 2026
Code Canvas Server MCP Server
Local server for v2.codecanvas.app — real-time file watching, TypeScript LSP, and MCP agent interface
Installation
npx -y code-canvas-server
Reviews
Installation
Quick install
npx -y code-canvas-server
Add to claude_desktop_config.json
{
"mcpServers": {
"code-canvas-server": {
"command": "npx",
"args": ["-y", "code-canvas-server"]
}
}
}