Placid.app MCP Server
by felores
An MCP server implementation for integrating with Placid.app's API. This server provides tools for listing templates and generating images and videos through the Model Context Protocol.
Last updated: N/A
What is Placid.app MCP Server?
This is an MCP (Model Context Protocol) server that allows you to interact with Placid.app's API. It provides functionality to list available Placid templates and generate images and videos using those templates with dynamic content.
How to use Placid.app MCP Server?
The server can be installed using Smithery or configured manually by adding it to your Claude Desktop or Cline settings. You'll need a Placid API token to authenticate. Once configured, you can use the provided tools (placid_list_templates, placid_generate_video, placid_generate_image) to interact with Placid.app.
Key features of Placid.app MCP Server
List available Placid templates with filtering options
Generate images and videos using templates and dynamic content
Secure API token management
Error handling and validation
Use cases of Placid.app MCP Server
Generating personalized marketing materials
Creating dynamic social media content
Automating image and video creation workflows
Integrating Placid.app with LLM applications
FAQ from Placid.app MCP Server
How do I get a Placid API token?
How do I get a Placid API token?
Log in to your Placid.app account, go to Settings > API, click on 'Create API Token', give your token a name, copy the generated token, and add it to your configuration.
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
MCP is a protocol that allows different applications to communicate and share data. In this case, it's used to integrate with Placid.app's API.
What are the requirements for running this server?
What are the requirements for running this server?
You need Node.js (version 18 or higher) and npm installed on your system.
How do I run the server in development mode?
How do I run the server in development mode?
Use the command npm run dev
to start the server with hot reload.
Where can I find more detailed information about the Placid API?
Where can I find more detailed information about the Placid API?
Visit the Placid API Documentation at https://placid.app/docs/api/.