@fopost/mcp
Official@fopost/mcp
FoPost 用の MCP サーバー: MCP 対応クライアント(Claude Desktop、Cursor、ChatGPT デスクトップ、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 が最も一般的)を指定して 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_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
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