Odel
postfast mcp

postfast mcp

Local
@peturgeorgievv-factory5TypeScriptMITUpdated 2w ago

MCP server for the PostFast API — schedule and manage social media posts via AI tools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpostfast-mcpv0.6.0

Run

npx -y postfast-mcp

MCP client config

{
  "mcpServers": {
    "postfast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postfast-mcp"
      ]
    }
  }
}