1,000menu
closeLoginsearchSearchSignup1,000

Scrptly's MCP Server

The Scrptly MCP (Model Connector Protocol) Server allows you to connect Scrptly with your preferred Large Language Model (LLM) via the MCP interface. This enables you to leverage custom LLMs for generating professional videos through Scrptly's AI Agent.

Setting Up the MCP Server

You can connect Scrptly's MCP Server to your LLM of choice through this configuration:

For clients that require a JSON configuration, here is an example setup:

{
	"mcpServers": {
		"scrptly-video-generator": {
			"command": "npx",
			"args": ["mcp-remote", "https://mcp.scrptly.com/", "--header", "Authorization: Bearer YOUR_API_KEY_HERE"]
		}
	}
}

Using the MCP Server

Scrptly's MCP Server acts as a bridge between your LLM and Scrptly's AI Video-Agent. When you send requests to the MCP Server, it calls Scrptly's AI Video-Agent API to generate videos based on the prompts processed by your LLM.

Scrptly's MCP currently supports the following tool:

Generate AI Video — generateAiVideo

Generate a video based on a text prompt and optional context images.

Input Parameters:

Output Parameters:

Get Task Status — getTaskStatus

Check the status of an AI video generation task.

Input Parameters:

Output Parameters: