Back to Home
oculairmedia icon

postizz-MCP

by oculairmedia

Overview

An MCP server integrating with the Postiz social media management platform, enabling AI agents to programmatically create posts, manage integrations, and retrieve social media content.

Installation

Run Command
docker run -e POSTIZ_API_KEY=your-api-key -p 3084:3084 oculair/postiz-mcp:latest

Environment Variables

  • POSTIZ_API_URL
  • POSTIZ_API_KEY
  • PORT
  • NODE_ENV
  • TRANSPORT

Security Notes

The provided `compose.yaml` file includes a hardcoded `POSTIZ_API_KEY` in plaintext, which is a critical security vulnerability. While the server code itself implements good practices like origin validation, DNS rebinding protection, and proper API key handling via environment variables, the presence of a hardcoded key in an example configuration encourages insecure practices and compromises security if deployed as is. No use of `eval` or obfuscation was found.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens500
Stars0
Forks1
Last Update2025-12-06

Tags

MCPPostizSocial MediaAPI IntegrationAI Agent Tools