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
docker run -e POSTIZ_API_KEY=your-api-key -p 3084:3084 oculair/postiz-mcp:latestEnvironment 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
xiaohongshu-mcp
Automate content creation, publishing, and interaction (search, detail, comment, like, favorite) on the Xiaohongshu platform via Model Context Protocol (MCP) and HTTP APIs, primarily for AI agent integration.
postman-mcp-server
The Postman MCP Server connects Postman to AI tools, giving AI agents and assistants the ability to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions.
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.