
mcp-server
by plainly-videos·★ 6·Score 39
Official MCP server for Plainly Videos API enabling After Effects automation through LLM clients.
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:
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 READMElist_renderable_itemsreturns a list of all criteria matching designs and custom projects for authenticated user
get_renderable_items_detailsreturns details of a single design or custom project, such as: required and optional parameters, preview links, aspect ratios, etc.
render_itemsubmits a render with all needed parameters
check_render_statuschecks the render status and report error or preview links
Comparable tools
Installation
Installation
Via npm
- Get your Plainly API key from [Settings page](https://app.plainlyvideos.com/dashboard/user/settings/general)
- 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
Last updated · Auto-generated from public README + GitHub signals.