Scaffold a new OpenTabs plugin — create MCP tools that interact with web apps through the browser
{
"mcpServers": {
"opentabs-devcreate-plugin": {
"command": "npx",
"args": [
"-y",
"@opentabs-dev/create-plugin"
]
}
}
}