Placid App MCP Server
by MCP-Mirror (felores)
An MCP server implementation for integrating with Placid.app's API. This server provides tools for listing templates and generating creatives 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 to list available templates and generate creatives using those templates with dynamic content.
How to use Placid App MCP Server?
The server can be installed via Smithery, NPX, or manually. After installation, configure your Claude Desktop or Cline settings with the server details and your Placid API token. You can then use the provided tools, such as placid_list_templates
and placid_generate_creative
, to interact with Placid.app.
Key features of Placid App MCP Server
List available Placid templates with filtering options
Generate creatives using templates and dynamic content
Secure API token management
Error handling and validation
Type-safe implementation
Use cases of Placid App MCP Server
Automated creative generation for marketing campaigns
Dynamic image creation for social media posts
Personalized banner generation for websites
Programmatic creation of visual assets for applications
FAQ from Placid App MCP Server
How do I get my Placid API token?
How do I get my 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 Claude Desktop or Cline configuration.
What is the placid_list_templates
tool used for?
What is the placid_list_templates
tool used for?
It lists available Placid templates with filtering options. Each template includes its title, ID, preview image URL, available layers, and tags.
What is the placid_generate_creative
tool used for?
What is the placid_generate_creative
tool used for?
It generates creatives by combining Placid templates with dynamic content like text and images.
What parameters does placid_generate_creative
require?
What parameters does placid_generate_creative
require?
It requires template_id
(UUID of the template to use) and layers
(Object containing dynamic content for template layers). modifications
are optional.
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/.