Turn (almost) any Python command line program into a full GUI application with one line
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"Gooey": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-Gooey"
]
}
}
}