
JSON MCP Server
The JSON MCP Server for FlowHunt enables AI agents and developers to query, filter, and manipulate JSON data sources using standardized tools and operations. It...
Connect your AI workflows to json2video for seamless, automated video creation and monitoring with FlowHunt.
The json2video MCP (Model Context Protocol) Server acts as a bridge between AI assistants and the json2video API, enabling programmatic video creation through natural language or agent-driven workflows. By exposing tools for video generation and status checking, this MCP server allows developers, LLMs, and automation agents to create, customize, and monitor video projects using structured JSON. The server supports rich scene and element capabilities—including text, images, audio, components, and subtitles—making it ideal for dynamic video content creation. Designed for seamless integration with MCP-compatible platforms, json2video MCP Server enhances developer productivity by streamlining access to asynchronous video rendering and project management, all safeguarded by API key authentication and comprehensive error handling.
No prompt templates are explicitly mentioned in the repository or documentation.
No explicit MCP “Resources” are documented or described in the repository or README.
No setup instructions for Windsurf are mentioned in the repository or README.
No setup instructions for Claude are mentioned in the repository or README.
env JSON2VIDEO_API_KEY=your_api_key_here npx -y @omerrgocmen/json2video-mcp
{
"mcpServers": {
"json2video-mcp": {
"command": "npx",
"args": ["-y", "@omerrgocmen/json2video-mcp"],
"env": {
"JSON2VIDEO_API_KEY": "your_api_key_here"
}
}
}
}
your_api_key_here
with your actual json2video API key (obtainable from json2video.com).No setup instructions for Cline are mentioned in the repository or README.
API keys must be provided via environment variable JSON2VIDEO_API_KEY
.
Example (in the configuration JSON):
{
"mcpServers": {
"json2video-mcp": {
"command": "npx",
"args": ["-y", "@omerrgocmen/json2video-mcp"],
"env": {
"JSON2VIDEO_API_KEY": "your_api_key_here"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"json2video-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “json2video-mcp” to whatever the actual name of your MCP server is, and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Found in README.md |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit MCP “resources” described |
List of Tools | ✅ | generate_video, get_video_status |
Securing API Keys | ✅ | API key via env var, described in README.md and examples |
Sampling Support (less important in evaluation) | ⛔ | No indication of sampling support in repo/docs |
json2video MCP is a focused, well-documented server for exposing video generation as a tool to LLMs and agents. It lacks some advanced MCP features (like roots, resources, sampling, or prompt templating), but is straightforward to install and use for its intended purpose. If you only need video generation tools, this MCP is functional and easy to integrate, but may not be as extensible as others.
Has a LICENSE | ⛔ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 1 |
Number of Stars | 17 |
Based on the above, I would rate this MCP server a 5/10: It is functionally sound for its core purpose, but lacks broader MCP ecosystem features and extensibility.
It bridges FlowHunt and AI agents to the json2video API, enabling automated video creation and status monitoring via tools for generating videos and checking their render progress. Developers and LLMs can build complex, dynamic videos with scenes, text, images, audio, and subtitles—all via structured JSON.
It offers two main tools: generate_video (to create videos by specifying scenes and elements) and get_video_status (to check rendering status of a video project by its project ID).
Provide your json2video API key via the environment variable JSON2VIDEO_API_KEY. This can be set in your MCP server configuration, ensuring your key is not exposed in code or logs.
It's ideal for automated or personalized video content, such as marketing, education, social media, and any workflow where LLMs or agents assemble or customize video projects programmatically.
Add an MCP component to your flow, configure it with your MCP server details (including the transport and URL), and connect it to your AI agent. The agent can then use all available tools from json2video MCP in your workflow.
No, prompt templates and explicit MCP resources are not currently documented or supported in this server.
Streamline your content pipeline—generate, customize, and monitor videos programmatically with json2video MCP Server in FlowHunt.
The JSON MCP Server for FlowHunt enables AI agents and developers to query, filter, and manipulate JSON data sources using standardized tools and operations. It...
The YouTube MCP Server enables FlowHunt AI agents to interact programmatically with YouTube, automating video analytics, transcript retrieval, content managemen...
The Video Editor MCP Server connects FlowHunt’s AI agents and workflows to the Video Jungle platform, enabling automated video upload, search, metadata retrieva...