
Placid.app
Integrate FlowHunt with Placid.app to automate dynamic image and video generation, template management, and secure creative asset workflows using a robust, type...

Automate branded creative production and template management with the Placid.app MCP Server, seamlessly connecting Placid API’s design automation to your LLM-powered apps.
The Placid.app MCP Server is an implementation of the Model Context Protocol (MCP) designed to integrate with the Placid.app API. This server acts as a bridge, allowing AI assistants and clients to list available design templates and generate image or video creatives programmatically. By exposing Placid’s powerful templating and media generation capabilities as MCP tools, it enables streamlined creative automation within AI-driven development workflows. Developers can use this server to automate marketing media creation, dynamically populate templates with content, and manage design assets—all while leveraging secure API token management and robust error handling. The server provides an efficient way to incorporate visual and video asset creation directly into LLM-powered environments.
No explicit prompt templates are mentioned in the available documentation or code.
No explicit resources are described in the documentation or code.
Other tools (such as for generating images/videos) are implied by the features but not explicitly documented in the README or visible code excerpts.
{
"mcpServers": {
"placid": {
"command": "npx",
"args": ["@felores/placid-mcp-server@latest"],
"env": {
"PLACID_API_TOKEN": "your-api-token"
}
}
}
}
npx -y @smithery/cli install @felores/placid-mcp-server --client claude
{
"mcpServers": {
"placid": {
"command": "npx",
"args": ["@felores/placid-mcp-server@latest"],
"env": {
"PLACID_API_TOKEN": "your-api-token"
}
}
}
}
mcpServers object:{
"mcpServers": {
"placid": {
"command": "npx",
"args": ["@felores/placid-mcp-server@latest"],
"env": {
"PLACID_API_TOKEN": "your-api-token"
}
}
}
}
{
"mcpServers": {
"placid": {
"command": "npx",
"args": ["@felores/placid-mcp-server@latest"],
"env": {
"PLACID_API_TOKEN": "your-api-token"
}
}
}
}
Securing API Keys
Always use environment variables to store API keys securely in your configuration:
{
"mcpServers": {
"placid": {
"command": "npx",
"args": ["@felores/placid-mcp-server@latest"],
"env": {
"PLACID_API_TOKEN": "your-api-token"
},
"inputs": {
// other configuration options if needed
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"placid": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “placid” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | Placid.app MCP server for template-based creative generation |
| List of Prompts | ⛔ | No prompts found in documentation |
| List of Resources | ⛔ | No explicit MCP resources described |
| List of Tools | ✅ | placid_list_templates; others implied but not documented |
| Securing API Keys | ✅ | Uses env variables (PLACID_API_TOKEN) |
| Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support |
Based on the available information, the Placid.app MCP server offers a focused, practical tool for creative automation but lacks in-depth documentation on resources, prompt templates, and advanced MCP features like sampling or roots.
This MCP server is well-suited for teams needing creative automation and template management with LLM integration. Its documentation is clear for setup but lacks detail on prompts, resources, and advanced MCP features. Overall, it’s functional and reliable for its intended use case, but not as feature-rich as some alternatives.
| Has a LICENSE | ✅ |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 4 |
| Number of Stars | 12 |
Rating: 6/10
The project is practical and open source, with a clear setup process and at least one working tool, but it would benefit from more comprehensive documentation and advanced MCP features.
Streamline creative asset generation in your AI apps using Placid’s powerful templating engine with a simple MCP server setup. Boost productivity and automate campaign visuals with ease.

Integrate FlowHunt with Placid.app to automate dynamic image and video generation, template management, and secure creative asset workflows using a robust, type...

The Image Generation MCP Server empowers AI assistants and applications to generate custom images on demand using the Replicate Flux model, enabling automated, ...

WavespeedMCP is a Model Control Protocol (MCP) server designed for WaveSpeed AI services, providing advanced image and video generation capabilities via standar...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.