Awesome MCPSocial & Messaging

ZilongXue/claude-post

⭐ 114 Python added to this list on 2025-05-14 repository created 2025-01-07

ClaudePost is a Python MCP server that gives an assistant access to an email account over IMAP and SMTP. On the reading side it searches messages by date range and keywords, reports daily email statistics so a user can ask how much arrived on a given day, and retrieves full message content with threading support, meaning a conversation is returned as a thread rather than as disconnected messages. On the sending side it composes and sends mail, including CC recipients. Connections use TLS. Because it speaks standard IMAP and SMTP rather than a vendor API, it works with any provider that exposes those protocols; the README documents Gmail as the common case, which requires two-factor authentication to be enabled and an app-specific password generated, since Gmail refuses account passwords for these protocols. It requires Python 3.12 or newer and is set up with uv. The security position is worth stating plainly: the server holds credentials that can read an entire mailbox and send mail as the account owner, so it belongs on a trusted machine and, ideally, on an account whose scope the user is comfortable exposing. The audience is people who want to triage a mailbox and draft replies conversationally.

https://github.com/ZilongXue/claude-post

mcpemailimapsmtppythongmailtlsmailbox-search

Also in Social & Messaging

Panniantong/Agent-Reach

Agent Reach gives AI agents the ability to access and interact with the entire internet, including popular platforms like Twitter, Reddit, YouTube, GitHub, and Bilibili, without API fees, enhancing...

lharries/whatsapp-mcp

WhatsApp MCP Server is an MCP server that enables AI-driven interaction with personal WhatsApp messages and media through integration with LLMs like Claude, using a Go bridge and Python MCP server architecture.

korotovsky/slack-mcp-server

A feature-rich Model Context Protocol (MCP) server for Slack Workspaces supporting stealth and OAuth modes, multiple transports, proxy settings, and comprehensive Slack message and channel interactions without requiring workspace permissions or bot approvals.

chigwell/telegram-mcp

Telegram MCP Server is a full-featured integration that enables programmatic interaction with Telegram accounts through the Model Context Protocol, providing extensive tools for messaging, chat and group management, contact handling, and more.

pipeboard-co/meta-ads-mcp

Meta Ads MCP is an MCP server that enables AI models to access, analyze, and manage advertising campaigns on Meta platforms like Facebook and Instagram through a standardized interface.

GongRzhe/Gmail-MCP-Server

Gmail AutoAuth MCP Server is an MCP server that enables AI assistants to manage Gmail through natural language commands with full Gmail API integration and OAuth2 authentication support.

chatmcp/mcp-server-chatsum

mcp-server-chatsum is an MCP server that enables querying and summarizing chat messages to facilitate efficient chat data management and review.

line/line-bot-mcp-server

An MCP server implementation that integrates the LINE Messaging API to connect AI Agents with LINE Official Accounts for automated and customizable messaging.