Manage Beeper Desktop with Raycast. Uses the Beeper Desktop API TypeScript SDK with PKCE authentication.
- Recent Chats: Browse recent chats, open in Beeper Desktop, reply/edit, set reminders, archive, and upload/download attachments.
- Unread Chats: Focus on chats with unread messages.
- Contacts: Search contacts across connected accounts and start chats.
- Search Recent Messages: Search messages across chats with sender/attachment/date filters.
- Connected Accounts: View all connected messaging services.
- Open Beeper: Bring Beeper to the foreground.
This extension includes AI tools for natural language actions:
- Open Chat: Open chats by fuzzy-matched contact/group name, optionally by service.
- Send Message: Send messages with confirmation and contact suggestions.
- List Accounts: List all connected messaging services.
- Search Messages: Search message content across all chats.
- Summarize Unread: Summarize unread activity per chat or across all chats.
- Summarize Messages: Summarize recent chat activity with time-range support.
- Beeper Desktop API Base URL: Defaults to
http://localhost:23373. - Use Mock Data: Optional demo mode for screenshots and testing.
Before using this extension, you must enable the Beeper Desktop API in your Beeper Desktop settings:
- Open Beeper Desktop
- Go to Settings (⚙️ icon in the sidebar)
- Navigate to Developers section
- Find the Beeper Desktop API section
- Click the toggle to enable "Start on launch"
- The API should now be running on port 23373 (you'll see "Running with MCP on port 23373")
Once enabled, you can use the Raycast extension to interact with your Beeper chats and accounts.
See the Beeper Desktop API Getting Started guide for additional setup instructions.