FeedMansion Social Media MCP
Schedule and queue text, image, and video posts to many social networks, including LinkedIn, X, Bluesky, Instagram, Facebook, Threads, Tiktok.
Ads
Overview
Connect Claude, ChatGPT, Perplexity, Manus AI, and other AI assistants to FeedMansion. Draft posts and manage channels from your AI chat. Nothing publishes without your approval. > GitHub Repo: For platform-specific setup guides and example prompts, see github.com/makerprism/feedmansion-ai-agents The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools. FeedMansion runs an MCP server so your AI assistant can draft social media content in your brand voice and organize approved drafts into channels, all from within your AI chat. Nothing publishes without your explicit approval in FeedMansion.
Installation
Installation instructions are not available yet.
Configuration
{
"mcpServers": {
"feedmansion": {
"type": "streamable-http",
"url": "https://feedmansion.com/mcp",
"headers": {
"Authorization": "Bearer fm_pat_YOUR_TOKEN_HERE"
}
}
}
}Capabilities
- Discover presences
List all your presences and inspect connected accounts, channels, and ghost writers via `list_presences` and `get_presence`.
- Create drafts in brand voice
Generate a draft from a URL or custom prompt with `create_draft`, or create up to 10 at once with `batch_create_drafts`.
- Review and edit drafts
Browse drafts with `list_drafts`, read details with `get_draft`, and update text or title with `edit_draft`.
- Schedule for approval
Approve a draft and add it to a channel in one step using `schedule_draft`; nothing goes live without your review.
- Track publishing status
Check scheduled, queued, and published posts with `get_scheduled_and_queued_posts` and `get_published_posts`.
Tags
- social-media
- marketing-automation
- content-creation
- communication
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.