Workflow for Claude Desktop
io.github.jonnyton/workflow-universe-server
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
client:Claude Desktop
transport:streamable-http
Install Workflow in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"workflow-universe-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tinyassets.io/mcp-directory"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs