MCP Catalogs
Homemcp-server screenshot

mcp-server

by plainly-videos·6·Score 39

Official MCP server for Plainly Videos API enabling After Effects automation through LLM clients.

mediadeveloper-toolsproductivity
1
Forks
1
Open issues
4 mo ago
Last commit
2d ago
Indexed

Overview

This is a production-ready MCP server that connects LLM clients to the Plainly Videos API for video automation. It provides four main tools: listing renderable items, retrieving item details, submitting renders, and checking render status. The implementation is well-documented with clear setup instructions for both npm and Smithery installation methods. While it doesn't currently include prompts or resources, it actively maintains the codebase with recent commits.

Try asking AI

After installing, here are 4 things you can ask your AI assistant:

you:Automate video creation using LLM prompts for Adobe After Effects projects
you:Integrate video generation capabilities into AI applications via MCP
you:Streamline video production workflows through AI-driven automation
you:Does it support prompts and resources?

When to choose this

Choose this if you're already using or planning to use Plainly Videos for video automation and want to integrate it with LLM agents.

When NOT to choose this

Don't choose this if you need video automation capabilities for other platforms or if you prefer not to rely on a single vendor's API.

Tools this server exposes

4 tools extracted from the README
  • list_renderable_items

    returns a list of all criteria matching designs and custom projects for authenticated user

  • get_renderable_items_details

    returns details of a single design or custom project, such as: required and optional parameters, preview links, aspect ratios, etc.

  • render_item

    submits a render with all needed parameters

  • check_render_status

    checks the render status and report error or preview links

Comparable tools

after-effects-mcpvideo-mcprender-mcpcontent-mcp

Installation

Installation

Via npm

  1. Get your Plainly API key from [Settings page](https://app.plainlyvideos.com/dashboard/user/settings/general)
  2. Add config to your editor:
{
  "servers": {
    "plainly": {
      "command": "npx",
      "args": ["-y", "@plainly-videos/mcp-server@latest"],
      "env": {
        "PLAINLY_API_KEY": "<PLAINLY_API_KEY>"
      }
    }
  }
}

Via Smithery

npx -y @smithery/cli@latest install @plainly-videos/mcp-server --client claude --key <YOUR_SMITHERY_KEY>

FAQ

What is this MCP server for?
This MCP server allows LLM clients to interact with the Plainly Videos API for video automation, particularly for Adobe After Effects projects.
Does it support prompts and resources?
Currently, this implementation only includes tools, not prompts or resources from the MCP specification. This may change in the future when there is broader support.

Compare mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.