plain-app (MCP Server)

GitHub

๐Ÿ”ฅ PlainApp is an open-source app that lets you securely manage your phone from a web browser. Access files, media, contacts, SMS, calls, and more through a simple, easy-to-use interface on your desktop.

Claude Desktop Configuration

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

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