1. Conduid
  2. Developer Tools
  3. Plainly Videos
MCP server · Developer Tools

Plainly Videos

Model Context Protocol (MCP) server for video automation with Plainly Videos API (Adobe After Effects automation).

53Fair

Scored yesterday · breakdown

About Plainly Videos

Plainly Videos is an MCP server published by plainly-videos in the Developer Tools category: model Context Protocol (MCP) server for video automation with Plainly Videos API (Adobe After Effects automation). It has been installed 0 times through Conduid.

The repository has 5 stars and 1 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Plainly Videos

Powered by Claude · Grounded in docs

I know everything about Plainly Videos. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.5v1.0.5 · 8 Jan 2026
v1.0.4v1.0.4 · 10 Dec 2025
v1.0.3v1.0.3 · 30 Sep 2025

README

Plainly's Official MCP Server

smithery badge

Implementation of MCP server for Plainly in NodeJS. Enables LLM clients to connect and interact with Plainly APIs.

🎥 Demo

📋 Prerequisites

▶️ How to Run

Install via npm

  1. Get your Plainly API key
  1. Add config to your editor

    {
      "servers": {
        "plainly": {
          "command": "npx",
          "args": ["-y", "@plainly-videos/mcp-server@latest"],
          "env": {
            "PLAINLY_API_KEY": "<PLAINLY_API_KEY>"
          }
        }
      }
    }
    

    🔑 Replace <PLAINLY_API_KEY> with your actual API key.

Install via Smithery

Go to Smithery Plainly MCP page, select your LLM client, and copy the generated command.

For example, with Claude as the client:

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

🔑 Replace <YOUR_SMITHERY_KEY> with your Smithery API key.

🛠️ Available Tools

  • 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

🗣️ Prompts & Resources

This implementation does not include prompts or resources from the MCP specification. However, this may change in the future when there is broader support across popular MCP clients.

🚧 Development Mode

If you want to run the server in development mode, you can install dependencies and run the server using the following command:

  1. Clone, install, and build:
git clone git@github.com:plainly-videos/mcp-server.git
cd mcp-server

yarn install
yarn build
  1. Add your API key in .vscode/mcp.json
{
  "servers": {
    "plainly": {
      "command": "node",
      "args": ["<FULL PATH TO dist/cli.js>"],
      "env": {
        "PLAINLY_API_KEY": "<PLAINLY_API_KEY>"
      }
    }
  }
}
  1. Start MCP server from .vscode/mcp.json

📄 Plainly Developer Resources

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Plainly Videos

How do I install Plainly Videos?

Run npx mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Plainly Videos safe to use with an AI agent?

Its trust score is 53 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Plainly Videos still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.