mymeet.ai MCP: Documentation
Updated:
Connection
- Local (stdio):
npx -y @mymeet/mcp-serverwith theMYMEET_API_KEYenv var. Claude Desktop has a ready.mcpbbundle (Settings → Extensions → Install Extension) — paste the key into the field and it's stored in your OS keychain, no JSON editing. For Claude Code:claude mcp add mymeet --transport stdio -e MYMEET_API_KEY=your-key -- npx -y @mymeet/mcp-server. - Remote (HTTP):
https://mcp.mymeet.ai/mcp, headerAuthorization: Bearer <key>. Clients without native remote-server support (e.g. Claude Desktop) go throughnpx -y mcp-remote https://mcp.mymeet.ai/mcp --header "Authorization:Bearer <key>". - Get a key at app.mymeet.ai/settings; for B2B access, email hello@mymeet.ai. Both local and remote modes expose the exact same tools.
Capabilities
11 tools:
mymeet_list_meetings,mymeet_search_meetings— list and search meetings (by title, people, date, status); passscope: "workspace"to see the whole organization's meetings (owners/admins).mymeet_get_meeting_status— the recording's processing status.mymeet_get_meeting_report— AI summary: key points, action items, decisions (no full transcript).mymeet_get_transcript— the full transcript with speaker labels and timestamps.mymeet_download_meeting— export the report (md/json inline, pdf/docx as a download link).mymeet_record_meeting— schedule/start recording on any of 8 platforms, including cron scheduling.mymeet_rename_meeting,mymeet_regenerate_template,mymeet_update_summary— rename, re-analyze with a different template, edit the summary.mymeet_delete_meeting— delete a meeting (permanent).
11 analysis templates (used by mymeet_record_meeting and mymeet_regenerate_template): default-meeting, sales-meeting, sales-coaching, hr-interview, research-interview, team-sync, article, lecture-notes, one-to-one, protocol, medicine.
Supported platforms: Google Meet, Zoom, Microsoft Teams, Yandex Telemost, SberJazz, TrueConf, KonturTalk, Jitsi (auto-detected from the meeting URL, or set explicitly via the source parameter).
Agent flow
"What did we agree on in Tuesday's call with the contractor?", "collect all my action items from this week's meetings", "record my Zoom meeting tomorrow at 2pm as a sales meeting", "re-analyze meeting X using the hr-interview template", "download the report for meeting Y as markdown".
Pricing
The feature is available on the paid Lite, Pro and Business plans; the service has a free trial tier. The MCP server (client code) is MIT-licensed and free; you pay for the mymeet.ai service itself.