A local MCP server providing Claude with read/write access to Hey.com email accounts via reverse-engineered web APIs.
Most team communication work still happens through a UI a human drives. MCP Hey MCP server moves it into the conversation instead. A local MCP server providing Claude with read/write access to Hey.com email accounts via reverse-engineered web APIs.
mcp-hey has two moving parts: a Bun/TypeScript MCP server that exposes Hey tools over stdio, and a small Python helper that uses the system webview to capture session cookies at login. Everything runs locally — no cloud relay, no credentials stored, just session cookies on disk.
The server publishes 10 tools. What each one is for:
Category — ToolsRead — hey_list_emails (imbox, feed, paper_trail, trash, spam, drafts), hey_imbox_summary, hey_list_set_aside, hey_list_reply_later, hey_list_screenerSend — hey_send_email, hey_reply, hey_forwardTriage — hey_set_aside, hey_unset_aside, hey_reply_later, hey_remove_reply_later, hey_move_to, hey_set_status, hey_mark_unseen, hey_mark_seenScreener — hey_screen, hey_screen_by_idSearch — hey_searchCache — hey_cache_statusPrerequisites — The Prerequisites tool exposed by this serverInstallation — 1. A system webview opens with Hey.com's login page. Log in normally. 2. The helper captures session cookies to data/hey-cookies.json (permissionsCursor — The Cursor tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
CLAUDE.md) - A Hey.com account - Platform: developed and tested on macOS and Linux. Windows users will likely need WSL — pywebview's Windows backend is not currently exercised.Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Hey's toolset — Category, Read, Send and 7 more — is a fair guide to whether it matches your workflow. It is maintained by sealjay; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP Hey's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Category | Tools |
| Read | hey_list_emails (imbox, feed, paper_trail, trash, spam, drafts), hey_imbox_summary, hey_list_set_aside, hey_list_reply_later, hey_list_screener, hey_read_email, hey_download_attachment, hey_get_calendar_invite |
| Send | hey_send_email, hey_reply, hey_forward |
| Triage | hey_set_aside, hey_unset_aside, hey_reply_later, hey_remove_reply_later, hey_move_to, hey_set_status, hey_mark_unseen, hey_mark_seen, hey_read_status, hey_thread_mute |
| Screener | hey_screen, hey_screen_by_id |
| Search | hey_search |
| Cache | hey_cache_status |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. A system webview opens with Hey.com's login page. Log in normally. 2. The helper captures session cookies to data/hey-cookies.json (permissions 600) and exits. 3. Press Ctrl+C — your MCP client will launch its own ser |
| Cursor | The Cursor tool exposed by this server. |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.