HomeCommunication › postfast-mcp

postfast-mcp

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

TypeScript Cloud
★ 5 stars Last pushed 2026-09-23 License: MIT

Topics: Social Media

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.6.2)

npx -y postfast-mcp@0.6.2

Or add to your MCP client config:

{
  "mcpServers": {
    "postfast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postfast-mcp@0.6.2"
      ],
      "env": {
        "POSTFAST_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • POSTFAST_API_KEY required secret — Your PostFast workspace API key. Get it from https://app.postfa.st/dashboard → API in the sidebar.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry