From 3900b60bf6248db6e927f3836b47d0be9d19ef95 Mon Sep 17 00:00:00 2001 From: tecnologicachile Date: Fri, 28 Aug 2026 15:07:50 -0400 Subject: [PATCH 1/2] Add tecnologicachile/mail-mcp to Communication --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6089495b4..5b614e206 100644 --- a/README.md +++ b/README.md @@ -819,6 +819,7 @@ Integration with communication platforms for message management and channel oper - [SirGreed808/zoho-mail-mcp](https://github.com/SirGreed808/zoho-mail-mcp) [![SirGreed808/zoho-mail-mcp MCP server](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp) 📇 🏠 - MCP server for Zoho Mail. Read, search, and send email from Claude. - [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) 📇 ☁️ - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar) - [Spix-HQ/spix-mcp](https://github.com/Spix-HQ/spix-mcp) [![Spix-HQ/spix-mcp MCP server](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp) 🐍 ☁️ - Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `pip install spix-mcp`. [Free tier available](https://spix.sh). +- [tecnologicachile/mail-mcp](https://github.com/tecnologicachile/mail-mcp) 🦀 ☁️ 🍎 🪟 🐧 - Full-stack email MCP server in Rust: IMAP, SMTP, Exchange Web Services, and Microsoft Graph in one binary, with OAuth2 and multi-account support. Read, search, send, reply, forward, bulk operations, and attachment download to disk, plus server-side guardrails that reject malformed LLM tool calls. - [teddyzxcv/ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp) - The MCP server that keeps you informed by sending the notification on phone using ntfy - [timkulbaev/mcp-gmail](https://github.com/timkulbaev/mcp-gmail) [![mcp-gmail MCP server](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail/badges/score.svg)](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail) 📇 ☁️ - Full Gmail operations via Unipile API: send, reply, list, read, delete, search, manage labels, attachments, and drafts. Dry-run by default on destructive actions. - [tlennon-ie/neurodock](https://github.com/tlennon-ie/neurodock) [![tlennon-ie/neurodock MCP server](https://glama.ai/mcp/servers/tlennon-ie/neurodock/badges/score.svg)](https://glama.ai/mcp/servers/tlennon-ie/neurodock) 🐍 🏠 ☁️ - Local-first cognitive substrate for neurodivergent professionals: a translator for corporate ambiguity, a planner, and a guardrail that declines to amplify rumination, hyperfocus, or sycophancy. Hosted stateless tools over OAuth. From 34c7319e5f2fd83797473a3bed9e495ba444b104 Mon Sep 17 00:00:00 2001 From: tecnologicachile Date: Sat, 29 Aug 2026 13:57:38 -0400 Subject: [PATCH 2/2] Add Glama score badge to mail-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b614e206..6ac9b406b 100644 --- a/README.md +++ b/README.md @@ -819,7 +819,7 @@ Integration with communication platforms for message management and channel oper - [SirGreed808/zoho-mail-mcp](https://github.com/SirGreed808/zoho-mail-mcp) [![SirGreed808/zoho-mail-mcp MCP server](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/SirGreed808/zoho-mail-mcp) 📇 🏠 - MCP server for Zoho Mail. Read, search, and send email from Claude. - [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) 📇 ☁️ - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar) - [Spix-HQ/spix-mcp](https://github.com/Spix-HQ/spix-mcp) [![Spix-HQ/spix-mcp MCP server](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp) 🐍 ☁️ - Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `pip install spix-mcp`. [Free tier available](https://spix.sh). -- [tecnologicachile/mail-mcp](https://github.com/tecnologicachile/mail-mcp) 🦀 ☁️ 🍎 🪟 🐧 - Full-stack email MCP server in Rust: IMAP, SMTP, Exchange Web Services, and Microsoft Graph in one binary, with OAuth2 and multi-account support. Read, search, send, reply, forward, bulk operations, and attachment download to disk, plus server-side guardrails that reject malformed LLM tool calls. +- [tecnologicachile/mail-mcp](https://github.com/tecnologicachile/mail-mcp) [![tecnologicachile/mail-mcp MCP server](https://glama.ai/mcp/servers/tecnologicachile/mail-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tecnologicachile/mail-mcp) 🦀 ☁️ 🍎 🪟 🐧 - Full-stack email MCP server in Rust: IMAP, SMTP, Exchange Web Services, and Microsoft Graph in one binary, with OAuth2 and multi-account support. Read, search, send, reply, forward, bulk operations, and attachment download to disk, plus server-side guardrails that reject malformed LLM tool calls. - [teddyzxcv/ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp) - The MCP server that keeps you informed by sending the notification on phone using ntfy - [timkulbaev/mcp-gmail](https://github.com/timkulbaev/mcp-gmail) [![mcp-gmail MCP server](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail/badges/score.svg)](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail) 📇 ☁️ - Full Gmail operations via Unipile API: send, reply, list, read, delete, search, manage labels, attachments, and drafts. Dry-run by default on destructive actions. - [tlennon-ie/neurodock](https://github.com/tlennon-ie/neurodock) [![tlennon-ie/neurodock MCP server](https://glama.ai/mcp/servers/tlennon-ie/neurodock/badges/score.svg)](https://glama.ai/mcp/servers/tlennon-ie/neurodock) 🐍 🏠 ☁️ - Local-first cognitive substrate for neurodivergent professionals: a translator for corporate ambiguity, a planner, and a guardrail that declines to amplify rumination, hyperfocus, or sycophancy. Hosted stateless tools over OAuth.