This Placid.app MCP server, developed by Felipe Restrepo, integrates with Placid's API to provide image generation capabilities for AI workflows. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for listing templates and generating creatives using dynamic content. The implementation focuses on secure API token management, error handling, and type safety, making it accessible for AI assistants or applications needing to create visual content programmatically. It's particularly useful for tasks like social media post creation, marketing material generation, or dynamic image production, enabling quick access to Placid's template-based image creation without requiring deep knowledge of the underlying API complexities.
Lists available Placid templates with filtering options. Parameters: collection_id (optional), custom_data (optional), tags (optional). Returns an array of templates, each containing uuid, title, thumbnail, layers, and tags.
Generate videos by combining Placid templates with dynamic content like videos, images, and text. Parameters: template_id (required), layers (required), audio (optional), audio_duration (optional), audio_trim_start (optional), audio_trim_end (optional). Returns an object containing status, video_url, and job_id.
Generate static images by combining Placid templates with dynamic content like text and images. Parameters: template_id (required), layers (required). Returns an object containing status and image_url.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs