Lists available Placid templates with filtering options. Returns template details including ID, title, preview image URL, available layers, and tags.
Generates videos by combining Placid templates with dynamic content like videos, images, and text. Returns video URL or job ID for longer processing times.
Placid Image & Video Generator provides a seamless integration with Placid.app's powerful template-based design platform. This MCP server allows you to list available templates and generate custom images and videos by dynamically populating template layers with your content. With this integration, you can programmatically create professional-looking visual content for social media, marketing campaigns, and other creative projects without leaving your AI assistant. The server handles all API communication with Placid.app, providing a simple interface for template discovery and content generation.
The Placid Image & Video Generator MCP server connects your AI assistant to Placid.app's API, allowing you to create custom visual content using professional templates. You can list available templates, filter them by collections or tags, and generate images or videos by populating template layers with your content.
Before using this MCP server, you'll need:
The easiest way to install the Placid MCP server is using Smithery:
npx -y @smithery/cli install @felores/placid-mcp-server --client claude
This will automatically configure everything for you.
If you prefer to configure manually, add the following to your Claude Desktop or Cline settings:
{
"mcpServers": {
"placid": {
"command": "npx",
"args": ["@felores/placid-mcp-server"],
"env": {
"PLACID_API_TOKEN": "your-api-token"
}
}
}
}
Replace your-api-token
with your actual Placid API token.
Once installed, you can use the MCP server to:
Templates are the foundation of Placid's content generation. Each template has:
When listing templates, you'll see all available templates in your Placid account. You can filter these by collection ID or tags to find the perfect template for your needs.
Templates contain different types of layers that can be customized:
When generating content, you'll need to specify the template ID and provide content for the layers you want to customize.
If you encounter issues:
For additional help, refer to the Placid API documentation or check the GitHub repository for updates.