Video Render
Rank #114,435pulsemcp/globalion-video-render
Renders scripts into Hyperplexed-style motion-graphics MP4 videos with free neural text-to-speech narration.
Video Render is a Model Context Protocol (MCP) server published by globalion. It ranks #114,435 of 115,591 servers tracked on MCP Toplist. Video Render is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 13, 2026.
Ranks ahead of 1,156 of 115,591 servers on MCP Toplist.
Use Video Render
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http globalion-video-render https://video-render.regiq.in/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.globalion-video-render]
url = "https://video-render.regiq.in/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://video-render.regiq.in/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"globalion-video-render": {
"url": "https://video-render.regiq.in/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"globalion-video-render": {
"type": "http",
"url": "https://video-render.regiq.in/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"globalion-video-render": {
"serverUrl": "https://video-render.regiq.in/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"globalion-video-render": {
"url": "https://video-render.regiq.in/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fglobalion-video-render)<a href="https://mcptoplist.com/server/pulsemcp%2Fglobalion-video-render"><img src="https://mcptoplist.com/badge/pulsemcp%2Fglobalion-video-render.svg" alt="MCP Toplist: #114,435 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
globalion
Other servers by globalion
- email-mcp#60,548
- browser-mcp#61,053 · 1 ver
- cron-mcp#61,054 · 1 ver
- docs-mcp#61,055 · 1 ver
- telegram-mcp#61,056 · 1 ver
- tor-mcp#61,057 · 1 ver
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Video Render?
- Video Render is maintained by globalion, which publishes 10 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Video Render listed on the Official MCP Registry?
- Video Render is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Video Render have?
- Video Render ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Video Render?
- The source code for Video Render is hosted at github.com/globalion/video-render-mcp.