Placid.app

Placid.app

Generate image and video creatives using Placid.app templates

14
Stars
8
Forks
1
Releases

Overview

Placid.app MCP Server is an MCP server implementation designed to integrate with Placid.app's API. It provides tools for listing available Placid templates with filtering options and for generating images and videos by combining templates with dynamic content. The server supports secure API token management and includes error handling and validation to ensure robust interactions. Built with Node.js and designed for type safety, it offers a predictable integration point for apps leveraging the Model Context Protocol. Quick Start using Smithery automates configuration, while manual configuration supports Claude Desktop or Cline settings. You can obtain a Placid API token from Settings > API, then configure PLACID_API_TOKEN as an environment variable. The server exposes tools placid_list_templates, placid_generate_video, and placid_generate_image, each with detailed parameters to assemble media via Placid templates. This MCP server aims to simplify templated media generation—images and videos—through a single, MCP-compliant, type-safe interface that developers can plug into their workflows.

Details

Owner
felores
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

List available Placid templates with filtering options

Lists templates with title, ID, thumbnail, layers and tags; supports optional filters by collection_id, custom_data, and tags.

Generate images using templates and dynamic content

Generates images by supplying template_id and per-layer content (text or images); returns an image URL when finished.

Generate videos using templates and dynamic content

Generates videos by combining templates with dynamic content (video/image/text layers; optional audio); long videos return a job_id for status checks.

Secure API token management

Supports secure handling of the Placid API token via environment configuration (PLACID_API_TOKEN).

Error handling and validation

Includes validation and error handling to ensure robust MCP interactions.

Type-safe implementation

Designed as a type-safe MCP server to reduce runtime errors and improve integration reliability.

Quick Start with Smithery auto-configuration

Provides a fast setup path via Smithery that auto-configures the MCP server.

Manual configuration support

Allows manual setup in Claude Desktop or Cline with environment variables for token.

Audience

DevelopersIntegrate Placid.app templates into apps to generate images and videos via MCP.

Tags

Placid.appMCP ServertemplatesimagesvideosAPItoken-managementNode.jstype-safeerror-handlingvalidationSmitheryCLI