Placid.app MCP Server
@felores
About Placid.app MCP Server
Generate image and video creatives using Placid.app templates in MCP compatible hosts
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"placid-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@felores/placid-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Placid.app MCP Server?
An MCP server implementation for integrating with Placid.app's API. It provides tools for listing templates and generating images and videos through the Model Context Protocol.
How to use Placid.app MCP Server?
Install using Smithery (npx -y @smithery/cli install @felores/placid-mcp-server --client claude) or manually add to Claude Desktop/Cline settings with command: "npx", args: ["@felores/placid-mcp-server"], and environment variable PLACID_API_TOKEN. Obtain an API token from Placid.app Settings > API.
Key features of Placid.app MCP Server
- List available Placid templates with filtering options
- Generate images and videos from templates with dynamic content
- Secure API token management in environment configuration
- Error handling and type-safe implementation
- Support for optional audio and trimming in video generation
Use cases of Placid.app MCP Server
- Automatically generate social media images from templates and dynamic text/images
- Produce branded videos by combining video clips, images, text, and audio with Placid templates
- Integrate template-based visual content generation directly into AI assistant workflows
FAQ from Placid.app MCP Server
How do I get a Placid API token?
Log in to your Placid.app account, go to Settings > API, click "Create API Token", name it (e.g., "MCP Server"), and copy the generated token.
What are the system requirements?
Node.js version 18 or higher and npm are required.
How do I install and configure the server?
The quickest method is via Smithery. For manual setup, add the server configuration to your Claude Desktop or Cline settings with the command npx, arguments ["@felores/placid-mcp-server"], and the PLACID_API_TOKEN environment variable.
What happens if video generation takes longer than 60 seconds?
For longer videos (>60 seconds processing time), the response returns a job_id so you can check the status in your Placid dashboard.
Where is data stored and how is authentication handled?
The server communicates with Placid.app's API; only the API token is stored locally in your environment configuration. No other data is persisted client‑side.
More Media & Design MCP servers
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Comments