# gitroomhq/postiz-app | Model Context Protocol (MCP) Server > 📨 The ultimate agentic social media scheduling tool 🤖 - **Stars**: ⭐ 34,601 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "postiz-app": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postiz-app" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "postiz-app": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postiz-app" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-postiz-app` - **Docker**: `docker run -i --rm mcp/postiz-app`