Placid MCP 服务器

Placid MCP 服务器

在兼容 MCP 的主机中使用 Placid.app 模板生成图片和视频内容。

快速入门

要求

安装 Node.js(版本 18 或更高)和 npm。

安装

推荐使用 Smithery 自动配置: npx -y @smithery/cli install @felores/placid-mcp-server --client claude

若手动配置,请将以下内容添加到设置中:

{
  "mcpServers": {
    "placid": {
      "command": "npx",
      "args": ["@felores/placid-mcp-server"],
      "env": {
        "PLACID_API_TOKEN": "your-api-token"
      }
    }
  }
}

获取 API Token

  1. 登录 Placid.app 帐户。
  2. 进入设置 > API。
  3. 创建并复制 API Token。
  4. 将其填入配置文件。

开发命令

运行开发模式:npm run dev 运行测试:npm test