@fopost/mcp
Official@fopost/mcp
用于 FoPost 的 MCP 服务器:从任何支持 MCP 的客户端(Claude Desktop、Cursor、ChatGPT desktop、Continue 等)管理社交媒体帖子、账户和 AI 使用情况。
通过 npx -y @fopost/mcp 运行,无需安装步骤。需要 Node 18 或更高版本。
0.x 版本。 工具名称和参数在次版本之间仍可能更改。如果这对您很重要,请锁定精确版本。
工具
工具 | 功能 |
| 列出工作区中的帖子,按状态筛选 |
| 按 ID 获取帖子 |
| 创建帖子(草稿、定时或立即发布) |
| 更新现有帖子 |
| 取消定时帖子 |
| 永久删除帖子 |
| 查看帖子在每个账户的投递状态 |
| 列出已关联的社交媒体账户 |
| 检查令牌新鲜度和速率限制余量 |
| 列出用户可访问的工作区 |
| AI 生成或改进标题(1 积分) |
| 按目标平台重写内容(每个 1 积分) |
| 将博客 URL 转换为 N 篇平台优化帖子(6 积分) |
| 显示当前 AI 积分余额 |
Related MCP server: Solnk MCP
设置
1. 获取 API 密钥
在 https://app.fopost.com/api-keys 生成一个密钥,并选择您需要的范围(最常用的是 posts、accounts、workspaces)。
2. 添加到您的 MCP 客户端
Claude Desktop
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json(macOS)或 %APPDATA%\Claude\claude_desktop_config.json(Windows):
{
"mcpServers": {
"fopost": {
"command": "npx",
"args": ["-y", "@fopost/mcp"],
"env": {
"FOPOST_API_KEY": "your-api-key"
}
}
}
}Cursor / Continue / 其他
使用相同的 npx -y @fopost/mcp 命令,并在环境中设置 FOPOST_API_KEY。
配置
变量 | 必填 | 默认值 |
| 是 | 必填 |
| 否 |
|
自托管?将 FOPOST_API_URL 指向您的实例。
示例提示
"列出我本周失败的帖子,并告诉我哪些账户不健康。"
"把这个 URL 变成一条 Twitter 帖子、一篇 LinkedIn 帖子和一份 dev.to 摘要:https://example.com/blog/post"
"我这个周期还剩多少 AI 积分?"
贡献
欢迎在 fopost/fopost-mcp 提交 Issue 和拉取请求。
npm install
npm run lint # tsc --noEmit
npm run build # tsup -> dist/许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceSchedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.112645MIT
- AlicenseAqualityBmaintenanceEnables publishing and scheduling content across 9 social platforms (X, Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Threads, Bluesky) through a single MCP tool interface, acting as a stateless proxy to the Solnk API.111MIT
- 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
- AlicenseNot gradedqualityCmaintenanceEnables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.17MIT
Related MCP Connectors
Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fopost/fopost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server