Content Tools
viddler.com
Provides video management and analytics tools for Viddler videos, including access control, custom URLs, and view tracking.
ENDPOINT 1
https://mcp.viddler.com/mcp
MCP server metadata
- Name
- viddler-mcp
- Version
- 0.1.0
Known tools 12
viddler_feedback_submitFile a feature request, bug report, or general feedback to the Viddler team from inside your MCP client.
Inferred read-onlyviddler_access_set_custom_urlGive a video a branded, human-friendly custom URL slug for sharing.
Inferred read-onlyviddler_analytics_get_viewsReturn view counts and per-view records for a video: total views, remaining/available views, and the viewer log.
Inferred read-onlyviddler_analytics_account_usageReturn the authenticated account's plan, quota used/remaining, and video count.
Inferred read-onlyviddler_videos_getFetch the full record for one video: status, playback id, duration, moderation, storage state, protection.
Inferred read-onlyviddler_videos_registerStep 2 of uploading a video: after the file has been PUT to the uploadUrl, call this with the uploadId to create the video record.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.viddler-mcp]
url = "https://mcp.viddler.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"viddler-mcp": {
"type": "http",
"url": "https://mcp.viddler.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: viddler-mcp
Remote MCP URL: https://mcp.viddler.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"viddler-mcp": {
"url": "https://mcp.viddler.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"viddler-mcp": {
"type": "http",
"url": "https://mcp.viddler.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "viddler-mcp",
"transport": "streamable-http",
"url": "https://mcp.viddler.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.