From touchdesigner
Provides local Chrome browser control via DevTools Protocol for web automation, page navigation, DOM/JS interaction, and screenshots. Runs as Node.js subprocess.
npx claudepluginhub satoruhiga/claude-touchdesigner --plugin touchdesignerAdd to your .mcp.json:
{
"mcpServers": {
"touchdesigner": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node