@fopost/mcp
Official@fopost/mcp
MCP-Server für FoPost: Verwalte Social-Media-Beiträge, Konten und KI-Nutzung über jeden MCP-fähigen Client (Claude Desktop, Cursor, ChatGPT desktop, Continue, usw.).
Läuft über npx -y @fopost/mcp, ohne Installationsschritt. Benötigt Node 18 oder neuer.
0.x-Version. Toolnamen und Argumente können sich zwischen Minor-Versionen noch ändern. Lege eine genaue Version fest, falls dir das wichtig ist.
Tools
Tool | Beschreibung |
| Listet Beiträge in einem Arbeitsbereich auf, filterbar nach Status |
| Holt einen Beitrag anhand seiner ID ab |
| Erstellt einen Beitrag (Entwurf, geplant oder Sofortveröffentlichung) |
| Aktualisiert einen bestehenden Beitrag |
| Bricht einen geplanten Beitrag ab |
| Löscht einen Beitrag dauerhaft |
| Zustellstatus pro Konto für einen Beitrag |
| Listet verbundene Social-Media-Konten auf |
| Prüft Token-Aktualität und Rate-Limit-Reserve |
| Listet die Arbeitsbereiche auf, auf die der Benutzer zugreifen kann |
| Generiert oder verbessert eine Caption per KI (1 Credit) |
| Schreibt Inhalte pro Zielplattform um (je 1 Credit) |
| Verwandelt eine Blog-URL in N plattformoptimierte Beiträge (6 Credits) |
| Zeigt das aktuelle KI-Credit-Guthaben |
Related MCP server: Solnk MCP
Einrichtung
1. API-Schlüssel erstellen
Erstelle einen unter https://app.fopost.com/api-keys mit den benötigten Scopes (posts, accounts, workspaces werden am häufigsten verwendet).
2. Zum MCP-Client hinzufügen
Claude Desktop
Bearbeite ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"fopost": {
"command": "npx",
"args": ["-y", "@fopost/mcp"],
"env": {
"FOPOST_API_KEY": "your-api-key"
}
}
}
}Cursor / Continue / Andere
Verwende denselben Befehl npx -y @fopost/mcp mit der Umgebungsvariable FOPOST_API_KEY.
Konfiguration
Variable | Erforderlich | Standard |
| ja | erforderlich |
| nein |
|
Selbst gehostet? Dann setze FOPOST_API_URL auf deine Instanz.
Beispiel-Prompts
„Liste meine fehlgeschlagenen Beiträge aus dieser Woche auf und sag mir, welche Konten nicht gesund sind."
„Nimm diese URL und verwandle sie in einen Twitter-Thread, einen LinkedIn-Beitrag und eine dev.to-Zusammenfassung: https://example.com/blog/post"
„Wie viele KI-Credits habe ich in diesem Zeitraum noch übrig?"
Mitwirken
Issues und Pull Requests sind willkommen unter fopost/fopost-mcp.
npm install
npm run lint # tsc --noEmit
npm run build # tsup -> dist/Lizenz
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