Supermaker Ai Video Downloader
@qianyue2504
About Supermaker Ai Video Downloader
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"mcp/github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Supermaker Ai Video Downloader?
A PHP library for generating tagged URLs and HTML anchor links that point to the SuperMaker AI video page at https://supermaker.ai/video/. It supports UTM campaign parameters and custom link attributes. Aimed at developers integrating SuperMaker AI video backlinks into websites, blogs, or marketing materials.
How to use Supermaker Ai Video Downloader?
Install via Composer: composer require supermaker/ai-video-downloader. Then use the Backlinks class to build a URL or HTML anchor with optional UTM parameters and HTML attributes.
Key features of Supermaker Ai Video Downloader
- Generate URLs with UTM source, medium, and campaign.
- Create fully formatted
<a>tags with custom text, rel, target, and class. - Supports a configurable base path (default
/video/). - Simple static methods:
buildLink()andgenerateAnchor(). - Returns strings ready for embedding in PHP views.
Use cases of Supermaker Ai Video Downloader
- Adding trackable links to a SuperMaker AI video in blog posts.
- Generating affiliate or sponsored anchor tags with
rel="sponsored noopener". - Automating UTM parameters for campaign-specific video promotions.
- Embedding consistent video backlinks across multiple pages or platforms.
FAQ from Supermaker Ai Video Downloader
What does Supermaker Ai Video Downloader actually download?
It does not download videos. It creates tagged links and HTML snippets that point to the SuperMaker AI video page.
What are the dependencies?
Requires PHP with Composer; no external runtime services or API keys.
Does it store or transmit data?
No. It only generates URL strings and HTML. No data is stored or sent.
Is authentication or a network request needed?
No. All methods are stateless and local; no API calls or auth tokens are used.
What are the limitations?
Only supports UTM parameters (source, medium, campaign) and a fixed set of HTML attributes. The base path can be overridden but defaults to /video/. No support for custom query parameters beyond UTM.
More Media & Design MCP servers
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.

Google Maps
modelcontextprotocolModel Context Protocol Servers
Comments