← Index

io.github.peturgeorgievv-factory/postfast-mcp

io.github.peturgeorgievv-factory/postfast-mcp·v0.1.3·Calendar & Time
Quality Score
78
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "postfast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postfast-mcp"
      ],
      "env": {
        "POSTFAST_API_KEY": "<your-postfast_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "postfast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "postfast-mcp"
      ],
      "env": {
        "POSTFAST_API_KEY": "<your-postfast_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y postfast-mcp
§02  Environment variables
POSTFAST_API_KEY
requiredsecret

Your PostFast workspace API key

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time