mas (MCP Server)

GitHub

:package: Mac App Store command-line interface

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mas": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mas"
      ]
    }
  }
}