:package: Mac App Store command-line interface
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mas": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mas"
]
}
}
}