How to Use the Aliyun VOD / 阿里云视频点播 MCP in Windsurf
Connect Windsurf to Aliyun VOD and let Cascade manage your media library. It figures out the steps so you don't have to.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aliyun VOD / 阿里云视频点播 MCP to Windsurf
Create your Vinkius account to connect Aliyun VOD / 阿里云视频点播 to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Find and Play Videos Instantly
This toolset lets Cascade find and play videos from your Aliyun library in one step. Just ask something like, "Get me the latest product demo video," and watch it happen. Cascade knows to use `search_vod_media` to find the right file and then immediately call `get_playback_info` to serve up the URL. It's a huge time-saver. You don't have to manually look up video IDs or chain commands yourself. Cascade reads your request, understands the goal, and executes the sequence. You get a playable link without the busywork.
Automate Content Audits with this MCP Server
You can turn Cascade into a content auditor for your video library. Give it a goal like, "Check all videos in the 'archive' category for metadata completion." Cascade will use `list_categories` to find the right bucket, `list_media` to get all the video files within it, and then loop over them with `get_media_metadata`. This isn't just about finding files. It's about running a process across your entire catalog automatically. Cascade can build a report or flag files that fail your checks, all from a single prompt. This MCP server gives it the tools to do the job.
Handle Video Uploads Autonomously
Getting new videos into Aliyun VOD gets a lot simpler. Cascade can now handle the authentication part of your upload workflow. When you need to upload a file, it can call `create_upload_auth` to generate the temporary credentials your script needs. If you're running a big batch job and a token expires, that's covered too. Cascade can use the `refresh_upload_auth` tool to get a fresh one and keep the process going without any manual intervention. It's one less thing to worry about.
Set up Aliyun VOD / 阿里云视频点播 MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Aliyun VOD / 阿里云视频点播 MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Aliyun VOD / 阿里云视频点播 payment history." If connected, Cascade will call the Aliyun VOD / 阿里云视频点播 tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"aliyun-vod-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Aliyun VOD / 阿里云视频点播. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Aliyun VOD / 阿里云视频点播 MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Aliyun VOD / 阿里云视频点播 MCP today
We host it, we monitor it, we maintain it. You just paste one token.