FeedMansion Social Media MCP
About
Schedule and queue text, image, and video posts to many social networks, including LinkedIn, X, Bluesky, Instagram, Facebook, Threads, Tiktok.
Details
- Author
- Unknown
- Categories
- Communication, Other
Jump to
What can you do with FeedMansion Social Media MCP?
- Discover presences— List all your presences and inspect connected accounts, channels, and ghost writers vialist_presencesandget_presence.
- Create drafts in brand voice— Generate a draft from a URL or custom prompt withcreate_draft, or create up to 10 at once withbatch_create_drafts.
- Review and edit drafts— Browse drafts withlist_drafts, read details withget_draft, and update text or title withedit_draft.
- Schedule for approval— Approve a draft and add it to a channel in one step usingschedule_draft; nothing goes live without your review.
- Track publishing status— Check scheduled, queued, and published posts withget_scheduled_and_queued_postsandget_published_posts.
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, seegithub.com/makerprism/feedmansion-ai-agents
TheModel 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.
No installation or self-hosting required. FeedMansion's MCP server runs remotely athttps://feedmansion.com/mcp.
Before connecting an AI assistant, you need anAgent Token:
- Go toSettings > API Tokensin FeedMansion
- Choose theAgenttoken type
- Optionally restrict the token to specific presences
- ClickCreate Tokenand copy the token (it starts withfm_pat_)
Agent tokens include asupervision gate: your AI assistant can create and organize content, but nothing gets published without your explicit approval in the FeedMansion UI.
- OpenClaude>Settings>Integrations(orConnectors)
- ClickAdd MCP Server(orAdd Custom Connector)
- Enter the server URL:https://feedmansion.com/mcp
- For authentication, add a custom header:
- Header name:Authorization
- Header value:Bearer fm_pat_YOUR_TOKEN_HERE
Claude Code / Claude Desktop (JSON config)
{ "mcpServers": { "feedmansion": { "type": "streamable-http", "url": "https://feedmansion.com/mcp", "headers": { "Authorization": "Bearer fm_pat_YOUR_TOKEN_HERE" } } } }
- OpenChatGPT>Settings>MCP
- ClickAdd MCP Server
- Enter the server URL:https://feedmansion.com/mcp
- Set the authentication header:Authorization: Bearer fm_pat_YOUR_TOKEN_HERE
- Save. ChatGPT will discover the available tools.
- OpenPerplexity>Settings>MCP
- ClickAdd Server
- Enter the URL:https://feedmansion.com/mcp
- Add your token as a Bearer authorization header
- Save and test the connection
- OpenManus AI>Settings>MCP Servers
- Add a new server with URL:https://feedmansion.com/mcp
- Configure authentication with your Agent Token as a Bearer token
- Save. Manus will detect the available FeedMansion tools.
Self-hosted option.OpenClaw runs on your own infrastructure, giving you full control and privacy. Best suited for users comfortable with server administration and security configuration.
Security note:Properly securing an OpenClaw deployment (authentication, network exposure, token management, updates) is nontrivial. If misconfigured, it could expose your FeedMansion account or other connected services.
For a simpler and more secure setup without self-hosting, tryClaudeorCursorinstead.
OpenClaw is a personal AI assistant platform that runs on your own infrastructure.
- Copy the skill to your OpenClaw workspace:
# Clone the AI agents repo git clone https://github.com/makerprism/feedmansion-ai-agents.git # Copy the skill cp feedmansion-ai-agents/platforms/openclaw/SKILL.md ~/.openclaw/workspace/skills/feedmansion/SKILL.md
- Configure your PAT in OpenClaw(~/.openclaw/openclaw.json):
{ "env": { "FEEDMANSION_PAT": "fm_pat_YOUR_TOKEN_HERE" } }
Now you can use FeedMansion tools directly in OpenClaw! Try:
- "List my FeedMansion presences"
- "Generate a post fromhttps://example.com/article"
- "Create a draft for presence 'abc123' with text 'Hello world!'"
For full documentation, see theOpenClaw platform guide.
Any MCP client that supports Streamable HTTP transport can connect using this JSON config:
{ "mcpServers": { "feedmansion": { "type": "streamable-http", "url": "https://feedmansion.com/mcp", "headers": { "Authorization": "Bearer fm_pat_YOUR_TOKEN_HERE" } } } }
Replacefm_pat_YOUR_TOKEN_HEREwith your actual Agent Token.
All FeedMansion tools are safe to auto-approve. None of them publish content directly. The server-side supervision gate ensures nothing goes live without your review in the FeedMansion web UI. You can allow your AI client to call all FeedMansion tools without asking for confirmation each time.
Once connected, your AI assistant has access to these tools:
- list_presences- See all your presences (brands/projects)
- get_presence- Get details about a presence, including connected accounts, channels, and ghost writers
- list_drafts- Browse drafts, optionally filtered by status
- get_draft- Read a specific draft with its details
- get_scheduled_and_queued_posts- See what's scheduled and queued for future publishing
- get_published_posts- See what has been published or failed for a date range
- create_draft- Create a draft using AI in your brand voice. Optionally generate from a URL or attach media. Ghost writers and custom prompts are optional.
- batch_create_drafts- Create up to 10 drafts at once
- get_brand_voice- Retrieve your complete brand voice for external content creation
- edit_draft- Edit an existing draft's text or title
- add_draft_media- Attach an image or video to a draft (from URL, presigned upload, or inline base64)
- remove_draft_media- Remove an attached media item from a draft
- schedule_draft- Approve a draft and add it to a channel in one step
- batch_schedule_drafts- Schedule multiple drafts at once with shared target accounts and channel
- submit_bug_report- Report a bug directly from your AI chat
- submit_feature_request- Suggest a new feature or improvement
Agent tokens enforce asupervision gate. Your AI assistant can prepare content, but critical actions require your approval:
- Creating drafts: Allowed. Drafts are saved with status "Draft".
- Approving content: The AI submits content foryour review. It moves to "Ready to Publish" status, not directly to publishing.
- Adding to a channel: The AI saves anintent. You confirm it in the FeedMansion UI.
- Publishing: Not available to AI assistants. Only humans can publish.
This means your AI assistant is a powerful content co-pilot, but you always have the final say before anything goes live.
AI-powered social media posting across 14 platforms with per-platform content adaptation, scheduling, and 30-day calendar generation
Access the BlueSky social network data via its official API.
Publish to multiple social networks with only one MCP
Groniz — Social Media Connector for AI Agents
Groniz is a remote MCP server that lets AI agents publish and schedule social content across 32+ networks, including X, Instagram, LinkedIn, Facebook, Threads, TikTok, YouTube, Reddit, Pinterest, Bluesky, Mastodon, Telegram, and Discord. It provides a unified interface for managing connected accounts, authentication, platform-specific formatting, and content delivery.
Bulk publish to multiple social media at once.
Publish, schedule, and manage social media across 11 platforms with media uploads and analytics tracking.
Transforms any blog/article URL into ready-to-post social media content for Twitter/X, LinkedIn, Instagram, Facebook, and email. Hosted on Apify, zero setup, pay-per-event ($0.07).
Integrates with the HeyReach API for LinkedIn automation and outreach management.
HuiMei — Social Media Automation MCP Server
AI-native social media automation platform — publish content to 12+ platforms (Douyin, XHS/Xiaohongshu, Bilibili, Kuaishou, Weibo, Zhihu, TikTok, Toutiao, WeChat Channels & more) with a single MCP tool call. Supports video, image, and article publishing with full account management.
A server for interacting with LinkedIn, including authentication and posting capabilities.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




