Awesome MCPSocial & Messaging

Arindam200/devto-mcp

⭐ 62 Python added to this list on 2025-05-14 repository created 2025-04-26

devto-mcp is a Python Model Context Protocol server that exposes the Dev.to developer blogging platform to an MCP client. It covers both reading and publishing. On the read side the tools return the latest articles, the most popular articles, articles filtered by tag, articles written by a given username, a single article by id, full content and metadata for a specific article, and keyword search over article titles and descriptions with paging. It can also return detailed information about a Dev.to user. On the write side, create_article publishes a new post from a title, Markdown body, tag list and published flag, and update_article edits an existing post by id, which lets an assistant fix content or metadata on an already published article. The server keeps a cache of responses so repeated queries do not re-hit the Dev.to API, which reduces both latency and rate-limit pressure. Authentication is by a Dev.to API key taken from the DEV_TO_API_KEY environment variable; the key is obtained from the Dev.to account settings page and is required for the create and update operations, while much of the read surface works against public content. Installation is a git clone followed by an MCP client configuration entry that runs the server through uv, and the README gives the exact JSON for Claude Desktop and for Cursor, including how to resolve the uv binary path and the repository directory. Typical usage is conversational: asking for recent Dev.to posts on a topic, pulling the full text of an article for summarising, listing what a given author has written, or drafting and publishing a new post without leaving the assistant. It is aimed at developers who write on Dev.to and want an assistant to read and maintain that content. MIT licensed.

https://github.com/Arindam200/devto-mcp

mcp-serverpythondevtobloggingcontent-publishingapi-integration

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.