drio
Open app

Placid.app MCP Server

Source

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

Catalog onlyCatalog onlySTDIO

Overview

Placid.app MCP Server is an implementation for integrating with Placid.app's API, allowing users to generate image and video creatives using Placid templates in MCP compatible hosts.

To use the server, install it via NPX or manually, configure it with your Placid API token, and then utilize the provided tools to list templates and generate media content.

  • List available Placid templates with filtering options - Generate images and videos using templates and dynamic content - Secure API token management - Error handling and validation - Type-safe implementation
  1. Creating marketing videos by combining templates with dynamic content.
  2. Generating social media images tailored to specific campaigns.
  3. Automating the production of video content for various platforms.

Add to your AI client

Use these steps to connect Placid.app MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "placid-mcp-server-felores": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-placid-mcp-server-felores"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "placid-mcp-server-felores": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-placid-mcp-server-felores"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "placid-mcp-server-felores": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-placid-mcp-server-felores"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "placid-mcp-server-felores": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-placid-mcp-server-felores"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "placid-mcp-server-felores": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-placid-mcp-server-felores"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "placid-mcp-server-felores": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-placid-mcp-server-felores"
      ]
    }
  }
}

FAQ

What is required to run the server?

You need Node.js (version 18 or higher) installed on your machine.

How do I get my Placid API token?

Log in to your Placid.app account, go to Settings > API, and create a new API token.

Can I customize the templates?

Yes! You can create and customize templates in your Placid.app account.