Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
viddler_feedback_submit— File a feature request, bug report, or general feedback to the Viddler team from inside your MCP client.viddler_access_set_password— Gate a video behind a secret password.viddler_access_remove_password— Turn off password protection for a video.viddler_access_set_custom_url— Give a video a branded, human-friendly custom URL slug for sharing.viddler_analytics_get_views— Return view counts and per-view records for a video: total views, remaining/available views, and the viewer log.viddler_analytics_account_usage— Return the authenticated account's plan, quota used/remaining, and video count.viddler_videos_get— Fetch the full record for one video: status, playback id, duration, moderation, storage state, protection.viddler_videos_set_title— Update a video's title.