mcp-hey

Sealjay/mcp-hey
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
MCP server for Hey.com: read, send, search, and organise email from Claude or any MCP client. Runs locally, stores no credentials, respects rate limits.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-hey": {
      "command": "npx",
      "args": [
        "-y",
        "Sealjay/mcp-hey"
      ]
    }
  }
}

README Excerpt

> A local Model Context Protocol (MCP) server that gives Claude read/write access to your [Hey.com](https://hey.com) inbox 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.

Tools (3)

commandhey_cache_statushey_search

Topics

ai-agentsbunclaudeclaude-desktopemailemail-automationheyhey-emailllm-toolslocal-firstmcpmcp-servermodel-context-protocolsqlitetypescript