pocketpal-ai

GitHub

An app that brings language models directly to your phone.

7,701 stars TypeScript
RAW Config

Claude Desktop Configuration

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

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