Skip to main content
Glama
fopost

@fopost/mcp

Official
by fopost

@fopost/mcp

用于 FoPost 的 MCP 服务器:从任何支持 MCP 的客户端(Claude Desktop、Cursor、ChatGPT desktop、Continue 等)管理社交媒体帖子、账户和 AI 使用情况。

通过 npx -y @fopost/mcp 运行,无需安装步骤。需要 Node 18 或更高版本。

0.x 版本。 工具名称和参数在次版本之间仍可能更改。如果这对您很重要,请锁定精确版本。

工具

工具

功能

list_posts

列出工作区中的帖子,按状态筛选

get_post

按 ID 获取帖子

schedule_post

创建帖子(草稿、定时或立即发布)

edit_post

更新现有帖子

cancel_post

取消定时帖子

delete_post

永久删除帖子

list_post_deliveries

查看帖子在每个账户的投递状态

list_accounts

列出已关联的社交媒体账户

get_account_health

检查令牌新鲜度和速率限制余量

list_workspaces

列出用户可访问的工作区

generate_caption

AI 生成或改进标题(1 积分)

rewrite_for_platforms

按目标平台重写内容(每个 1 积分)

repurpose_url

将博客 URL 转换为 N 篇平台优化帖子(6 积分)

get_ai_credits

显示当前 AI 积分余额

Related MCP server: Solnk MCP

设置

1. 获取 API 密钥

https://app.fopost.com/api-keys 生成一个密钥,并选择您需要的范围(最常用的是 postsaccountsworkspaces)。

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_KEY

必填

FOPOST_API_URL

https://api.fopost.com

自托管?将 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

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    Schedule 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.
    11
    264
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    11
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A 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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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