mcp-server
Verified Safeby plainly-videos
Overview
This MCP server enables LLM clients to browse Plainly designs and projects, retrieve details, and submit video rendering jobs via the Plainly API.
Installation
npx -y @plainly-videos/mcp-server@latestEnvironment Variables
- PLAINLY_API_KEY
Security Notes
The server handles API keys securely via environment variables and validates their presence. It uses standard HTTP libraries (axios) with appropriate error handling and user-agent identification. User-provided parameters for rendering are passed to the Plainly API; the server's role is to correctly forward these inputs, relying on the Plainly API for deep validation and safe processing. No 'eval', obfuscation, or hardcoded secrets were found.
Similar Servers
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
plane-mcp-server
Provides AI agents with tools to interact with Plane APIs for project and work item management.
linear-streamable-mcp-server
This server allows Language Models (LLMs) to interact with Linear.app, managing issues, projects, teams, cycles, and comments through a streamable HTTP Model Context Protocol (MCP).
mcp-server
Provides AI clients access to LaunchDarkly's Model Context Protocol (MCP) services, enabling them to interact with feature flags, AI configurations, and other resources.