a month ago
Local MCP server for Hey.com email - read, search, send, reply, and manage the screener via stored session cookies. 41 tools over stdio. Runs entirely locally, stores no credentials.
Server Config
{
"mcpServers": {
"hey": {
"command": "bun",
"args": [
"run",
"/absolute/path/to/mcp-hey/src/index.ts"
]
}
}
}