postiz-mcp

solomonneas/postiz-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Canonical Postiz MCP server with full public-API coverage, env-gated writes, and a 30/hr rate-limit guard. Ships as MCP server + first-class OpenClaw plugin.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "postiz-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "solomonneas/postiz-mcp"
      ]
    }
  }
}