Dadan MCP Server

The official Model Context Protocol endpoint for Dadan. It connects your workspace — recordings, transcripts, summaries, engagement analytics, and captured leads — to any MCP-compatible assistant or agent. Each user signs in with their own Dadan account and gets exactly their own access.

In short: The Dadan MCP server connects your Dadan video library to Claude, ChatGPT, Cursor, VS Code, or any MCP client. Add one endpoint — https://mcp.dadan.io/mcp — sign in with your Dadan account, and run 70 video tools across 13 areas by plain-language request. It's free to connect, uses OAuth 2.1, and needs no API key.

Gateway… MCP… OAuth… Streamable HTTP · OAuth 2.1

How do I connect Dadan to my AI assistant?

Add the MCP endpoint below in your AI client's connector settings, then sign in with your Dadan account — no API key, no client secret.

MCP endpoint ✔ verified live
Streamable HTTP OAuth 2.1 · PKCE Auto-discovery No API keys

Requires a paid Claude plan (Pro, Max, Team, or Enterprise). On Team/Enterprise, admins can also enable the connector organization-wide from admin settings.

  1. Open Settings → Connectors (claude.ai or the desktop app) and select Add custom connector.
  2. Name it Dadan, paste the endpoint URL above, and select Add. No client ID or secret is needed — the connector self-registers.
  3. Select Connect. Your browser opens the Dadan sign-in page — authenticate with Google, Microsoft, or your email and password.
  4. In a conversation, open the search & tools menu and make sure Dadan is enabled.
  5. Verify: ask “Ping my Dadan server.” A pong reply confirms the full round trip.

From Claude Code (terminal) — adds it for the current project; append --scope user to make it available everywhere:

Check status or re-authenticate anytime with claude mcp list or the /mcp command inside a session. To revoke access, remove the connector in Settings → Connectors.

If the connection fails: the most common cause is a URL without the /mcp path — the bare domain serves this page, not the protocol. If sign-in previously worked and tools suddenly report an authorization error, disconnect and reconnect the connector; sessions are periodically reset.

Sign-in supports Google, Microsoft, and email — the same login as the Dadan apps. No API keys are issued or managed by you.

Reads and writes are annotated, paginated, and scoped to the signed-in user — and you never need to know internal ids: refer to things by name or paste a Dadan link.

What can the Dadan MCP server do?

70 tools across 13 capability areas, all callable in plain language. Full documentation →

Meetings iSend the bot to record a meeting from a link, check your recording quota, and see who spoke.Try: “Record my meeting at meet.goto.com/957471421.”5

record_meetingget_meeting_allowanceget_speaker_timelinelist_calendarslist_upcoming_meetings

Library & discovery iFind and open videos across all your libraries — by title or by what's said in them.Try: “Search my Dadan videos for onboarding.”4

search_videosget_videolist_folderslist_workspaces

Transcript & AI iRead transcripts, AI summaries, chapters and meeting notes, or start an AI transcription.Try: “Summarize my last product demo.”6

get_transcriptgenerate_summaryget_chaptersgenerate_meeting_notestranscribe_videogenerate_metadata

Translation & captions iTurn a transcript into captions in other languages, then read or remove them.Try: “Translate this video into Spanish and Arabic.”5

list_translation_languagestranslate_videolist_translationsget_translationdelete_translation

Studio editing New iRender an edited copy: trim, reframe to vertical, add a title card or a logo, blur a region, punch-in zoom, mute or add music.Try: “Trim this to the first 30 seconds and add a title card.”9

trim_videocrop_videoadd_text_overlayadd_watermarkblur_regionadd_zoomadjust_volumeadd_background_musicstitch_videos

Video editing & lifecycle iUpload, rename, duplicate, publish, schedule, archive or restore videos.Try: “Make a copy of this video and schedule it to publish Aug 1.”10

upload_videoprepare_uploadupdate_videoset_chaptersmove_videoclone_videoarchive_videorestore_videomake_video_publicschedule_video

Interactions & leads iAdd or remove polls, quizzes, CTAs and lead forms, and read who responded.Try: “Add a poll at 0:15 and show me the captured leads.”5

add_interactionlist_interactionsdelete_interactionget_form_responseslist_captured_leads

Request a recording iSend a link so someone records a video that lands straight in your library.Try: “Create a recording request titled ‘Record your intro’.”4

create_recording_requestlist_recording_requestsget_recording_requestrevoke_recording_request

Playlists iGroup videos into named, shareable playlists.Try: “Create a playlist called Best Demos and add this video.”8

create_playlistupdate_playlistlist_playlistsget_playlistadd_video_to_playlistremove_video_from_playlistshare_playlistdelete_playlist

Folders & teams iOrganize your library into folders and manage shared team libraries.Try: “Create a folder called Campaigns and list my team members.”7

create_folderrename_foldermove_folderarchive_folderrestore_foldercreate_teamlist_team_members

Analytics & insights iSee how a single video — or your whole library — is performing.Try: “How is my library performing this month?”3

get_video_analyticsget_insightsanalyze_library

Sharing iGet a shareable link for a video (it reuses the existing link, no duplicates).Try: “Give me the share link for this video.”1

create_share_link

Account & system iCheck your plan, usage, and the status of an in-progress job.Try: “What's my Dadan plan usage?”3

get_plan_usageget_job_statusping

Is my Dadan data safe?

Yes — every call runs as the signed-in user against Dadan's own permissions; your videos, transcripts, and leads stay on the Dadan platform, and access is revocable anytime.

Frequently asked questions

What is the Dadan MCP server?

The Dadan MCP server is the official Model Context Protocol endpoint for Dadan, an AI video platform. It connects your Dadan workspace — recordings, transcripts, summaries, analytics, and captured leads — to any MCP-compatible AI assistant, so you run your video library by plain-language request.

How do I connect Dadan to Claude?

On a paid Claude plan, open Settings → Connectors and choose Add custom connector. Name it Dadan, paste https://mcp.dadan.io/mcp, and click Add. Click Connect and sign in with your Dadan account. No client ID or secret is needed — the connector self-registers.

How do I connect Dadan to ChatGPT?

On a paid ChatGPT plan, on chatgpt.com (web only — not the desktop or mobile apps). 1) Settings → Security and login → turn on Developer mode. 2) Settings → Plugins (or chatgpt.com/plugins) → + → paste https://mcp.dadan.io/mcp → Authentication: OAuth → Create. 3) Sign in to Dadan when the browser opens. 4) In a chat, open the + menu → Developer mode → Dadan. If Developer mode isn't under Security and login, your plan or workspace admin hasn't enabled it — on Business/Team an admin must turn it on first.

Is the Dadan MCP server free?

Yes. Connecting is free and requires no separate purchase. You sign in with your own Dadan account and it uses your existing Dadan plan — including the free tier. Reads (search, play, transcripts, analytics) are always free; editing and AI actions follow your plan's allowances, such as storage, meeting minutes, AI credits, and a monthly allowance of AI/editing actions on the free tier. Details are on the Dadan pricing page.

Do I need an API key?

No. The server uses OAuth 2.1 with PKCE and dynamic client registration, so there are no API keys or client secrets to create, paste, or rotate. You simply sign in with your Dadan account — via Google, Microsoft, or email — and access runs as you.

Which AI assistants are supported?

Any MCP-compatible client works, including Claude (web, desktop, and Claude Code), ChatGPT on the web in Developer mode, Cursor, and VS Code with GitHub Copilot. Other agent frameworks — Windsurf, Gemini CLI, and the official MCP SDKs — connect too, using streamable HTTP transport with OAuth 2.1.

What can the Dadan MCP server do?

It exposes 70 tools across 13 areas. You can search videos and transcripts, record meetings with a live bot and then transcribe and summarize them, translate captions, edit videos (trim, reframe to vertical, blur, zoom, music), add polls and lead forms, read analytics, and manage folders, playlists, and teams — all in plain language.

Is my Dadan data safe?

Yes. Every tool call runs as the signed-in user against Dadan's own permission checks — there is no master credential. Your videos, transcripts, and leads stay on the Dadan platform, not the gateway. Sign-in tokens are encrypted at rest and scoped to your account, and you can revoke access anytime.

FAQ  ·  Features  ·  Playbook  ·  Docs  ·  Privacy policy  ·  feedback@dadan.io  ·  dadan.io
Last updated: 15 July 2026