Design Extract
Freeby MCP Community
MCP tool for Claude Code: extract design context frames from screen recordings
v0.1.0Added Apr 12, 2026
mcpclaudeclaude-codedesignscreen-recording
Design Extract MCP Server
MCP tool for Claude Code: extract design context frames from screen recordings
Installation
npx -y design-extract
Reviews
Installation
Quick install
npx -y design-extract
Add to claude_desktop_config.json
{
"mcpServers": {
"design-extract": {
"command": "npx",
"args": ["-y", "design-extract"]
}
}
}