postforme-mcp-pro
Related Servers
Alternatives to postforme-mcp-pro
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for managing social media posts across multiple platforms using the Postiz API. Supports creating, updating, deleting posts, and generating videos.21 npm2MIT

@fopost/mcpofficial
AlicenseAqualityBmaintenanceEnables managing social media posts, accounts, and AI-powered content features from any MCP client, including scheduling, publishing, analysis, and AI caption generation.1416 npmMIT- AlicenseAqualityBmaintenanceMCP server to manage social media accounts from AI assistants, enabling post creation, scheduling, publishing, and media uploads across multiple platforms.1341 npm1MIT
- AlicenseAqualityBmaintenanceMCP server for Publer social media management API, enabling AI assistants to schedule posts, upload media, pull analytics, and manage accounts across 15+ social networks.1520 npm21MIT
- AlicenseNot gradedqualityCmaintenanceA full social media management MCP server enabling post, read, schedule, and analyze across Facebook, Instagram, LinkedIn, X/Twitter, Pinterest, and YouTube from any MCP-compatible AI client.MIT
- AlicenseAqualityCmaintenanceMCP server for QPost that lets AI agents schedule and publish video/image posts to YouTube, TikTok, and Instagram via QPost's REST API.734 npmMIT
TDQS
Scored across 27 tools
Each tool has a clearly distinct purpose. Shortcuts like publish_now and schedule_post are explicitly documented as equivalents to create_post parameters, avoiding ambiguity. Similarly, upload_media and create_media_upload_url serve different workflows (one-step vs signed URL). No two tools are easily confused.
The vast majority follow a consistent verb_noun pattern (create_, get_, list_, update_, delete_). The exception is 'postforme_raw', which breaks the pattern but serves as a generic escape hatch. Also 'list_account_feeds' mixes noun order, but overall the naming is predictable.
With 27 tools, the set is on the larger side but justified by the breadth of functionality: full CRUD for posts, accounts, webhooks, plus analytics, media upload, shortcuts, and a raw API endpoint. It covers all necessary operations without feeling bloated.
The tool surface covers the entire lifecycle of social media posting: account connection, post creation/scheduling/publishing, previews, updates, deletion, analytics, media upload, and webhooks. The inclusion of 'postforme_raw' ensures no API endpoint is inaccessible, making the set fully complete.