MCP.so
登录

Placid.app MCP Server

@felores

关于 Placid.app MCP Server

Generate image and video creatives using Placid.app templates in MCP compatible hosts

基本信息

分类

媒体与设计

许可证

MIT

运行时

node

传输方式

stdio

发布者

felores

配置

使用下面的配置,将此服务器添加到你的 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.

评论

媒体与设计 分类下的更多 MCP 服务器