mcpbeat Sign in

Viddler MCP Server

answering

Viddler is answering right now. Last checked 4 min ago. It exposes 12 tools.

Official Viddler MCP: list videos, manage access control, pull proof-of-viewing analytics.

Uptime history 51 days of history · worst day 96%
51 days agonow
97.8%
Uptime 24h
89 of 91 checks
12
Tools
read from the server
480 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 6 September 2026. No other catalogue keeps this.

6 Sep a tool description was rewritten viddler_videos_create_upload
6 Sep a tool changed the parameters it asks for viddler_videos_create_upload

Viddler does not always answer

Over the last week it answered 99.1% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add viddler-mcp --transport http https://mcp.viddler.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "viddler-mcp": {
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.viddler-mcp]
url = "https://mcp.viddler.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "viddler-mcp": {
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "viddler-mcp": {
      "url": "https://mcp.viddler.com/mcp"
    }
  }
}

Available tools 12

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

viddler
viddler_access_remove_password
Turn off password protection for a video. Reverts to the public playback id so the video plays without a password again.
viddler_access_set_custom_url
Give a video a branded, human-friendly custom URL slug for sharing. Returns the updated video.
viddler_access_set_password
Gate a video behind a secret password. While protected, playback (including embeds) requires the password and Viddler swaps to a Mux signed-playback id. Returns the updated protection state.
viddler_analytics_account_usage
Return the authenticated account's plan, quota used/remaining, and video count.
viddler_analytics_get_views
Return view counts and per-view records for a video: total views, remaining/available views, and the viewer log. The core 'who watched' proof-of-viewing data.
viddler_feedback_submit
File a feature request, bug report, or general feedback to the Viddler team from inside your MCP client. Goes into the same triage queue as the in-app feedback widget. Use category 'feature' for feature requests (the default intent), 'bug' for problems, 'general' otherwise.
viddler_videos_create_upload
Step 1 of uploading a video. Returns { uploadId, uploadUrl }. PUT the raw video file bytes to uploadUrl (e.g. `curl -X PUT --upload-file video.mp4 '<uploadUrl>'` — no auth header needed, the URL is pre-signed). Then call viddler_videos_register with the uploadId to create the video record. Files must be at most 1 GB (1073741824 bytes). Free videos must be at most 10 minutes. Requires a videos:write token.
viddler_videos_get
Fetch the full record for one video: status, playback id, duration, moderation, storage state, protection. Poll this after create_upload until muxPlaybackId is no longer 'pending'.
viddler_videos_list
List videos owned by the authenticated account.
viddler_videos_register
Step 2 of uploading a video: after the file has been PUT to the uploadUrl, call this with the uploadId to create the video record. Returns the video (muxPlaybackId will be 'pending'). Poll viddler_videos_get until muxPlaybackId resolves — processing usually takes under a minute. If title/description are omitted, AI generates them from the video content.
viddler_videos_set_description
Update a video's description.
viddler_videos_set_title
Update a video's title.

Endpoints

URLTransportStateLatencyChecked
https://mcp.viddler.com/mcp streamable-http answering 493 ms 4 min ago

Alternatives to Viddler

same job, measured the same way
PicSee Short Link
by picsee

Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

1 tools answering
Tiktok Creator
by wmarceau

TikTok automation: post videos, get analytics, manage comments

53 installs/wk local only
Zype
by zype-mcp

Manage videos, playlists, analytics, and monetization for OTT streaming services.

39 installs/wk answering
Apolloio
by apolloio

Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics.

22 installs/wk local only
Labelgrid MCP
by labelgrid

Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.

84 installs/wk local only
Kajabi
by kajabi

Manage Kajabi from any MCP client — products, pages, contacts, offers, emails, analytics.

answering
Vidalytics
by vidalytics

Manage your Vidalytics videos and analytics from your AI assistant.

answering
Instagram MCP
by adelaidasofia

Official, multi-account Instagram Graph API MCP: read, publish, analytics, comments, DMs.

95 installs/wk local only

Viddler — questions

Answers built from our own checks of this server.

What can Viddler do?
It exposes 12 tools, read directly from the server on our last check. Among them: viddler_access_remove_password, viddler_access_set_custom_url, viddler_access_set_password, viddler_analytics_account_usage, viddler_analytics_get_views, viddler_feedback_submit and 6 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Viddler working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 480 ms. The bar chart above shows every period we have measured.
How do I connect Viddler?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Viddler need an API key?
No. Viddler completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Viddler?
It answers our handshake in 480 ms on average, which is faster than 32% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.