Back to MCP Catalog

Placid Image & Video Generator MCP Server

Art & CultureTypeScript
Generate custom images and videos using Placid.app templates
Available Tools

placid_list_templates

Lists available Placid templates with filtering options. Returns template details including ID, title, preview image URL, available layers, and tags.

collection_idcustom_datatags

placid_generate_video

Generates videos by combining Placid templates with dynamic content like videos, images, and text. Returns video URL or job ID for longer processing times.

template_idlayersaudioaudio_durationaudio_trim_startaudio_trim_end

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.

Overview

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.

Prerequisites

Before using this MCP server, you'll need:

  1. A Placid.app account with API access
  2. Your Placid API token (found in Settings > API in your Placid dashboard)
  3. Node.js version 18 or higher installed on your system

Installation

Quick Installation (Recommended)

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.

Manual Installation

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.

Usage

Once installed, you can use the MCP server to:

  1. List Templates: Browse available Placid templates, optionally filtering by collection, tags, or custom data.
  2. Generate Images: Create custom images by populating template layers with your content.
  3. Generate Videos: Create custom videos by combining templates with dynamic content like videos, images, and text.

Working with Templates

Templates are the foundation of Placid's content generation. Each template has:

  • A unique ID
  • A title
  • A set of layers that can be customized
  • Optional tags for categorization

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.

Working with Layers

Templates contain different types of layers that can be customized:

  • Text layers: Add or modify text content
  • Image layers: Replace with your own images
  • Video layers: Add video content (for video templates)

When generating content, you'll need to specify the template ID and provide content for the layers you want to customize.

Troubleshooting

If you encounter issues:

  1. Verify your Placid API token is correct and has the necessary permissions
  2. Check that you're using the correct template ID
  3. Ensure your layer names match exactly with the template's layer names
  4. For video generation, note that longer videos may be queued for processing

For additional help, refer to the Placid API documentation or check the GitHub repository for updates.

Related MCPs

Video Jungle
Art & CulturePython

Upload, edit, search, and generate videos with AI assistance

Rijksmuseum
Art & CultureTypeScript

Access and explore the Rijksmuseum's art collection through natural language

AniList
Art & CultureTypeScript

Access and interact with anime, manga, character, and user data from AniList

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.