Skip to main content
Glama
fopost

@fopost/mcp

Official
by fopost

@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

list_posts

Listet Beiträge in einem Arbeitsbereich auf, filterbar nach Status

get_post

Holt einen Beitrag anhand seiner ID ab

schedule_post

Erstellt einen Beitrag (Entwurf, geplant oder Sofortveröffentlichung)

edit_post

Aktualisiert einen bestehenden Beitrag

cancel_post

Bricht einen geplanten Beitrag ab

delete_post

Löscht einen Beitrag dauerhaft

list_post_deliveries

Zustellstatus pro Konto für einen Beitrag

list_accounts

Listet verbundene Social-Media-Konten auf

get_account_health

Prüft Token-Aktualität und Rate-Limit-Reserve

list_workspaces

Listet die Arbeitsbereiche auf, auf die der Benutzer zugreifen kann

generate_caption

Generiert oder verbessert eine Caption per KI (1 Credit)

rewrite_for_platforms

Schreibt Inhalte pro Zielplattform um (je 1 Credit)

repurpose_url

Verwandelt eine Blog-URL in N plattformoptimierte Beiträge (6 Credits)

get_ai_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

FOPOST_API_KEY

ja

erforderlich

FOPOST_API_URL

nein

https://api.fopost.com

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

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