Back to Apps

Parse Video Py
by wujunwei928
Python-based short video downloader that removes watermarks from 25+ platforms including TikTok, Douyin, and Kuaishou.
0 stars
Works in:claude
Exposes:Tools
What it does
Parse Video Py is a powerful Python utility and MCP server designed to extract high-quality, watermark-free videos and image galleries from a vast array of short-video platforms. It allows AI agents to take a social media share URL and retrieve the direct media link, author details, and titles, bypassing platform restrictions.
Tools
parse_video_share_url: Takes a share URL and returns the watermark-free video link and metadata.parse_video_id: Retrieves media information using a specific video ID and source platform.
Installation
Deploy the server using Docker for the most stable experience:
docker run -d -p 8000:8000 wujunwei928/parse-video-py
Then add it to your claude_desktop_config.json:
{
"mcpServers": {
"parse-video-py": {
"command": "curl",
"args": ["-s", "http://localhost:8000/mcp"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop via HTTP streamable interface.
Quick install
docker run -d -p 8000:8000 wujunwei928/parse-video-pyInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Run via Docker on port 8000 and connect to http://localhost:8000/mcp





