Placid.app MCP Server
@felores
Placid.app MCP Server について
Generate image and video creatives using Placid.app templates in MCP compatible hosts
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"placid-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@felores/placid-mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「メディアとデザイン」の他のコンテンツ
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:

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
コメント