Email2Chat for Zed
io.github.bayramcsb/email2chat-mcp
Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.
client:Zed
transport:stdio
runtime:pypi
Install Email2Chat in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"email2chat-mcp": {
"command": "uvx",
"args": [
"email2chat-mcp"
],
"env": {
"EMAIL2CHAT_API_KEY": "<EMAIL2CHAT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs