# a-ghorbani/pocketpal-ai | Model Context Protocol (MCP) Server > An app that brings language models directly to your phone. - **Stars**: ⭐ 7,701 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "pocketpal-ai": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pocketpal-ai" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "pocketpal-ai": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-pocketpal-ai" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-pocketpal-ai` - **Docker**: `docker run -i --rm mcp/pocketpal-ai`