Skip to main content
Glama
fopost

@fopost/mcp

Official
by fopost

@fopost/mcp

FoPost 用の MCP サーバー: MCP 対応クライアント(Claude Desktop、Cursor、ChatGPT デスクトップ、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 が最も一般的)を指定して API キーを生成します。

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 / その他

環境変数に FOPOST_API_KEY を設定し、同じ npx -y @fopost/mcp コマンドを使用します。

設定

変数

必須

デフォルト

FOPOST_API_KEY

はい

必須

FOPOST_API_URL

いいえ

https://api.fopost.com

セルフホストしていますか? FOPOST_API_URL を自社インスタンスに指定してください。

プロンプト例

「今週の失敗した投稿を一覧表示して、どのアカウントに問題があるか教えてください。」

「この URL を Twitter スレッド、LinkedIn 投稿、dev.to の要約に変換してください: https://example.com/blog/post

「今期の AI クレジット残高はあとどのくらいですか?」

コントリビューション

Issue とプルリクエストは fopost/fopost-mcp で歓迎します。

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