Userdefaults Migrator
MCP Serverby willsigmon · Added 5mo ago
Claude
6
Install
git clone https://github.com/willsigmon/sigstackAdd to Claude
claude mcp add userdefaults-migratorQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"userdefaults-migrator": {
"command": "npx",
"args": [
"@modelcontextprotocol/userdefaults-migrator"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Find UserDefaults.standard usage in Leavn, migrate to PreferencesStore/SwiftData, create entities, ensure single source of truth
Tags
developmentgoswiftskill