← Back to Plugins
MCP Server MCP

io.github.bitsandtea/postking-mcp

github By github 👁 1 views ▲ 0 votes

PostKing MCP server for managing brands, generating posts, scheduling content, and publishing blogs.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.postking.app/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "postking-mcp",
      "version": "1.1.7",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...