MCP server for inspecting, extracting, organizing, and managing Vivaldi workspaces and tab sessions on Linux
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vivaldi-workspace-mc": {
"command": "go",
"args": [
"run",
"github.com/LOUST-PRO/vivaldi-workspace-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add vivaldi-workspace-mc go run github.com/LOUST-PRO/vivaldi-workspace-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"vivaldi-workspace-mc": {
"command": "go",
"args": [
"run",
"github.com/LOUST-PRO/vivaldi-workspace-mcp@latest"
]
}
}
}