New Mobile integration. Send, schedule, and triage on the go. Get started โ†’
APEX VOICE TRIAGE BOT
v1.0 ยท Local install ยท macOS + Windows

Reply, in your voice.

Most owners spend 90 minutes a day in email. The Voice Triage Bot reads your sent box, learns how you write, drafts replies that pass for yours. You hit send. Works with Gmail or Outlook / Microsoft 365. Built on Claude Desktop, runs locally on macOS or Windows, your data never leaves the machine.

Both editions ยท macOS + Windows ยท Claude Desktop ยท see pricing

What you get

Full inbox control, local. Gmail or Outlook.

Claude Desktop's built-in Gmail connector ships with 6 tools and zero native Outlook support. The Voice Triage Bot installs 25 Gmail tools or 43 Outlook tools โ€” 68 tools across both editions โ€” running locally on your Mac or Windows PC. Send, reply-all, full-thread fetch, recurring calendar events, online meeting scheduling, free-slot finder, attachment scanning, SharePoint deep-links, batch operations, filters. Everything Gmail's API and Microsoft Graph expose. Pick one edition, run both.

Coverage 68

Tools across editions

Gmail (25): send, reply-all, threads, attachments, labels, filters, batch modify, batch delete. Outlook (43): email (15), calendar (17), folders (4), attachments (4), SharePoint/OneDrive (3). Full Microsoft Graph surface.

Privacy 0

Cloud middlemen

Both editions store OAuth tokens locally. Gmail at ~/.gmail-mcp/. Outlook in your OS keychain (macOS Keychain or Windows Credential Manager) via PKCE, with AES-256 encrypted file fallback. Apex Solved never sees your inbox. Revoke any time at myaccount.google.com or account.microsoft.com.

Speed 10

Minutes to install

Gmail Edition: 5 min Google OAuth + 1 min .dxt drop + 4 min voice profile build. Outlook Edition: 90 seconds total โ€” we ship the Microsoft consent flow baked into the .dxt. No Azure setup for you, ever.

In the box ยท Gmail Edition

Every Gmail tool the API exposes.

Each tag below is a callable tool inside Claude. Same names you'd see in the Gmail API docs. The Gmail Edition .dxt is live and downloadable from the top of this page.

โ†’read_email
โ†’search_emails
โ†’send_email
โ†’draft_email
โ†’reply_all
โ†’get_thread
โ†’list_inbox_threads
โ†’get_inbox_with_threads
โ†’modify_thread
โ†’modify_email
โ†’batch_modify_emails
โ†’delete_email
โ†’batch_delete_emails
โ†’download_email
โ†’download_attachment
โ†’list_email_labels
โ†’create_label
โ†’update_label
โ†’delete_label
โ†’get_or_create_label
โ†’list_filters
โ†’get_filter
โ†’create_filter
โ†’delete_filter
โ†’create_filter_from_template
In the box ยท Outlook Edition

43 Outlook tools + 5 built-in prompts.

43 callable tools inside Claude โ€” Microsoft Graph powered, multi-tenant, encrypted token storage. Plus 5 one-line prompts that fire common workflows including the voice profile builder. Every tool name is prefixed outlook_ in code.

โญ Built-in prompts โ€” the voice profile is what makes this a Voice Bot

โ†’build_voice_profile โ€” read your sent mail, learn how you write
โ†’draft_in_my_voice โ€” reply to an email in your tone
โ†’check_recent_unread
โ†’draft_reply
โ†’summarize_schedule

Email ยท 15 tools

โ†’list_emails
โ†’search_emails
โ†’get_email
โ†’send_email
โ†’create_draft
โ†’reply_to_email
โ†’reply_all
โ†’forward_email
โ†’delete_email
โ†’move_email
โ†’mark_as_read
โ†’flag_email
โ†’categorize_email
โ†’archive_email
โ†’batch_process_emails

Calendar ยท 17 tools

โ†’list_events
โ†’create_event
โ†’get_event
โ†’update_event
โ†’delete_event
โ†’respond_to_invite
โ†’validate_event_datetimes
โ†’create_recurring_event
โ†’find_meeting_times
โ†’check_availability
โ†’schedule_online_meeting
โ†’list_calendars
โ†’get_calendar_view
โ†’get_busy_times
โ†’build_recurrence_pattern
โ†’create_recurrence_helper
โ†’check_calendar_permissions

Folders ยท 4 tools

โ†’list_folders
โ†’create_folder
โ†’rename_folder
โ†’get_folder_stats

Attachments ยท 4 tools

โ†’list_attachments
โ†’download_attachment
โ†’add_attachment
โ†’scan_attachments

SharePoint / OneDrive ยท 3 tools

โ†’get_sharepoint_file
โ†’list_sharepoint_files
โ†’resolve_sharepoint_link
Get Apex Voice Bot โ†’

Both editions ยท macOS + Windows ยท Claude Desktop ยท 3-minute install

Pricing

One price. Both editions. Yours to keep.

Buy once, install on Gmail or Outlook (or both), on as many of your own machines as you like. The monthly keeps your bot updated, supported, and your sign-in healthy.

Full Access โ€” Gmail + Outlook
$649 one-time
+ $20/mo service & updates
Get Apex Voice Bot โ†’
  • โœ“ Gmail and Outlook editions
  • โœ“ macOS + Windows
  • โœ“ 68 tools โ€” read, draft, send, schedule, search
  • โœ“ Voice profile โ€” drafts that sound like you
  • โœ“ Runs locally โ€” your data never leaves your machine
  • โœ“ Setup help + ongoing updates

Secure checkout via Stripe ยท Cancel the monthly anytime

Install

One command. Three minutes.

Paste the line below into Terminal. The smart installer walks you through Google Cloud setup, watches your Downloads folder for the credentials, installs the extension, runs auth, and restarts Claude. You click four buttons in your browser; the script handles the rest.

$ bash <(curl -fsSL https://apex-solved.com/apex-voice-bot/setup.sh)
Manual install

Three steps, ten minutes

If you'd rather do it yourself: download the .dxt above, open INSTALL.md bundled with the download for the click-by-click guide. Same end state, just slower.

Common questions

FAQ.

Where do my emails actually go?

Nowhere. The bot runs on your machine โ€” Mac or Windows. Gmail / Outlook talks to your machine. Claude Desktop talks to your machine. Apex Solved never touches your inbox. Gmail OAuth tokens are stored at ~/.gmail-mcp/credentials.json (mode 600, owned by your user). Outlook tokens live in your OS keychain (macOS Keychain or Windows Credential Manager) via PKCE. Revoke any time at myaccount.google.com/permissions or account.microsoft.com.

Why do I need to set up my own Google Cloud project?

Because Google won't let one OAuth credential serve thousands of users without going through their app verification process (6+ weeks for Gmail scopes). v1.0 is for operators willing to spend 5 minutes in Google Cloud Console. v2.0 will use a verified Apex Solved app where you skip this step.

How is this different from the official Gmail connector?

The connector that ships with Claude Desktop has 6 tools and runs in Anthropic's cloud. Read, search threads, list/create drafts, list labels. No send, no reply-all, no full-thread fetch, no attachment download. The Voice Triage Bot has all 25 tools and runs locally. You can keep the connector enabled too. They coexist.

What's the OAuth token expiry catch?

While your Google Cloud OAuth consent screen is in Testing mode, refresh tokens expire every 7 days. You re-run the auth command (one terminal command) to refresh. To remove the limit, publish the consent screen via Google's verification process.

Can I use it for accounts other than the one I authed with?

No. One credential, one account. If you have multiple Gmail accounts, install once per account using separate credential files.

Open source?

The underlying Gmail MCP server is the open-source ArtyMcLabin fork (ISC license). The Apex Solved layer adds the DXT package, the install path, and the voice profile prompt. Source available on request.

What about Windows / Linux?

Both editions run on macOS and Windows. Same DXT, OS-detected at runtime, OAuth opens your default browser either way. Outlook tokens go to your OS keychain (Keychain on Mac, Credential Manager on Windows) with AES-256 file-fallback if unavailable. Gmail tokens live at ~/.gmail-mcp/. Linux build is straightforward (same Node code) and on the roadmap.