helbertparanhos/postforme-mcp-pro
🔌 MCP Serverhelbertparanhos
A comprehensive MCP server for managing and automating social media posts across 9 major platforms.
Postforme-mcp-pro serves as a high-utility bridge between AI agents and social media management platforms. By implementing the Model Context Protocol (MCP), it allows LLMs to interact directly with social media APIs to handle the full lifecycle of content creation. The server supports 9 major platforms: Instagram, Facebook, TikTok, YouTube, X, LinkedIn, Pinterest, Bluesky, and Threads.
Key technical features include 27 granularly typed tools that ensure type safety and predictable behavior when performing actions like scheduling or analytics retrieval. The inclusion of a 'postforme_raw' tool provides an essential escape hatch for developers needing to execute custom API calls not covered by the standard toolset. Furthermore, the implementation of a 'readonly' safety mode is a critical architectural choice, allowing users to safely query analytics or post status without the risk of unintended modifications or deletions. This project significantly lowers the barrier for building autonomous social media agents.
💡Highlights
- ├─27 typed tools for 9 platforms
- ├─Readonly safety mode included
- └─Raw API escape hatch for flexibility
🎯For
- ├─AI Developers
- ├─Social Media Managers
- └─Automation Engineers