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
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics

Google Maps
modelcontextprotocolModel Context Protocol Servers
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Comments