Windframe for Claude Desktop
io.github.devwares-team/windframe-mcp
Provides style context & tokens to design or restyle web UIs in any framework
client:Claude Desktop
transport:streamable-http
Install Windframe in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"windframe-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.windframe.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs