PlainlyVideosMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PlainlyVideosMCPlist my available video designs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Plainly's Official MCP Server
Implementation of MCP server for Plainly in NodeJS. Enables LLM clients to connect and interact with Plainly APIs.
๐ฅ Demo
Related MCP server: Grok Imagine Video MCP Server
๐ Prerequisites
Node.js โฅ 18 (required)
โถ๏ธ How to Run
Install via npm
Get your Plainly API key
Go to Settings page
Create a new API key
Copy the new API key
Add config to your editor
{ "servers": { "plainly": { "command": "npx", "args": ["-y", "@plainly-videos/mcp-server@latest"], "env": { "PLAINLY_API_KEY": "<PLAINLY_API_KEY>" } } } }๐ Replace 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 with your Smithery API key.
๐ ๏ธ Available Tools
list_renderable_items- returns a list of all criteria matching designs and custom projects for authenticated userget_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 parameterscheck_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:
Clone, install, and build:
git clone git@github.com:plainly-videos/mcp-server.git
cd mcp-server
yarn install
yarn buildAdd 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>"
}
}
}
}Start MCP server from
.vscode/mcp.json
๐ Plainly Developer Resources
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for the Golpo AI video API, enabling video generation, listing, and downloading from any MCP-compatible client.MIT
- AlicenseAqualityBmaintenanceMCP server for generating, editing, and batch processing videos using xAI's Grok Imagine Video API, with support for text-to-video, image-to-video, and video editing via natural language prompts.4871MIT
- FlicenseAqualityCmaintenanceAn MCP server that provides video editing tools via ffmpeg, enabling tasks like trimming, merging, adding overlays, and format conversion.16

vidhook-mcpofficial
AlicenseAqualityAmaintenanceAn MCP server enabling agents to generate videos via the vidhook render API, with tools to validate movie definitions, start renders, and check status.318MIT
Related MCP Connectors
MCP server for Google Veo AI video generation
MCP server for Kling AI video generation
MCP server for Wan AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/plainly-videos/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server