← Back to Plugins
MCP Server MCP

posterly

github By github 👁 1 views ▲ 0 votes

Validate, schedule, publish, and analyze social content across 18 platforms with posterly.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.poster.ly/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "posterly-mcp-server",
      "version": "0.27.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "posterly API key. Optional for public signup tools; required for authenticated tools.",
          "format": "string",
          "isSecret": true,
          "name": "POSTERLY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...