@fopost/mcp
Official@fopost/mcp
MCP-сервер для FoPost: управляйте постами в соцсетях, аккаунтами и использованием ИИ из любого MCP-совместимого клиента (Claude Desktop, Cursor, ChatGPT desktop, Continue и т.д.).
Запускается через npx -y @fopost/mcp, без установки. Требуется Node 18 или новее.
Релиз 0.x. Имена инструментов и аргументы могут меняться между минорными версиями. Закрепите точную версию, если это важно для вас.
Инструменты
Tool | Что делает |
| Список постов в рабочем пространстве, фильтрация по статусу |
| Получить пост по id |
| Создать пост (черновик, запланированный или опубликовать сейчас) |
| Обновить существующий пост |
| Отменить запланированный пост |
| Удалить пост навсегда |
| Статус доставки по аккаунтам для поста |
| Список подключенных социальных аккаунтов |
| Проверить свежесть токенов и запас по лимитам запросов |
| Список рабочих пространств, доступных пользователю |
| Сгенерировать или улучшить подпись с помощью ИИ (1 кредит) |
| Переписать контент для целевой платформы (1 кредит за каждую) |
| Превратить URL блога в N оптимизированных для платформ постов (6 кредитов) |
| Показать текущий баланс ИИ-кредитов |
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 / Other
Используйте ту же команду npx -y @fopost/mcp с FOPOST_API_KEY в окружении.
Конфигурация
Переменная | Обязательная | По умолчанию |
| да | обязательно |
| нет |
|
Самостоятельный хостинг? Укажите FOPOST_API_URL на ваш экземпляр.
Примеры запросов
"Перечисли мои неудачные посты за эту неделю и скажи, какие аккаунты нездоровы."
"Возьми этот URL и преврати его в тред Twitter, пост LinkedIn и сводку dev.to: https://example.com/blog/post"
"Сколько ИИ-кредитов у меня осталось в этом периоде?"
Вклад
Проблемы и pull request'ы приветствуются на 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