seameet-ai/seameet-mcp

🏒 Workplace & Productivity
0 Views
0 Installs

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ - Connect AI agents to SeaMeet meeting recordings, transcripts, AI summaries, screenshots, action items, webhooks, and desktop recorder controls.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "seameet-ai-seameet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seameet-ai-seameet-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

@seameet/mcp

The SeaMeet MCP server β€” let AI agents record, transcribe, and mine your meetings. One install works whether or not you have the desktop app, in Claude Code, Claude Desktop, Codex, Antigravity, Cursor, OpenCode, GitHub Copilot CLI, Windsurf, and any MCP client.

It picks the richest available backend automatically and exposes the union of both:

  • Desktop mode β€” when the SeaMeet desktop app is running, agents get the full recorder toolset (start/stop recordings, screenshots, live transcript, AI artifacts, search). No auth; nothing leaves your machine.
  • Cloud mode β€” when the app isn't there, agents read your synced library (recordings, transcripts, summaries) and manage webhooks over the network. Authorized by logging into the web app β€” no key copy/paste, works on a headless terminal.

tools/list returns the superset of whatever's available; call seameet_status any time to see the current mode(s).

What you can do

πŸŽ™οΈ Record & capture (desktop mode)

  • Start a recording β€” microphone, screen, or screen + system audio β€” seameet_start_recording
  • Stop β€” seameet_stop_recording Β· pause/resume audio-only β€” seameet_pause_recording / seameet_resume_recording
  • Check recording status β€” seameet_recording_status Β· read the live transcript mid-recording β€” seameet_get_live_transcript
  • Take a screenshot through SeaMeet β€” seameet_take_screenshot

πŸ“š Work with recordings (desktop = local files Β· cloud = synced library)

  • List recordings & screenshots β€” seameet_list_recordings Β· browse files in the save directory β€” seameet_list_files Β· app settings β€” seameet_get_settings
  • Read generated artifacts (summary, transcript, SRT, chapters, action items, key decisions, screenshot OCR/description) β€” seameet_get_artifact
  • Search across artifact text β€” seameet_search_text
  • Fetch a recording's asset-bundle manifest β€” seameet_get_asset_bundle
  • Rename a file β€” seameet_rename_file Β· save a new artifact β€” seameet_save_artifact Β· regenerate a summary from a template β€” seameet_regenerate_summary Β· list templates β€” seameet_list_templates

☁️ Cloud library (cloud mode)

  • List recent synced recordings β€” seameet_list_recent_recordings Β· fetch summary / transcript / chapters / action items / key decisions β€” seameet_get_recording
  • Get a temporary media stream/download URL β€” seameet_get_media_url
  • Check storage usage β€” seameet_get_usage
  • Manage outbound webhooks (signed deliveries on ai.ready / recording.synced) β€” seameet_create_webhook Β· seameet_list_webhooks Β· seameet_update_webhook Β· seameet_delete_webhook

πŸ”Œ Connection (any mode)

  • Which modes are connected β€” seameet_status Β· disconnect cloud / switch accounts β€” seameet_logout

That's 17 desktop tools + 8 cloud tools (fetched live, so new releases appear automatically). A tool the current backend can't serve returns a clear, structured error instead of failing silently.

Install

Every client runs the same command β€” npx -y @seameet/mcp β€” only the config format differs. Full per-tool recipes: INSTALL.md (mirrored at app.seameet.ai/mcp/install.md).

Let your agent do it β€” already inside a coding agent? Paste:

Install the SeaMeet MCP server β€” fetch https://raw.githubusercontent.com/seameet-ai/seameet-mcp/main/INSTALL.md, apply the section for whichever tool you're running in, and tell me how to reload.

Or pick your tool:

ToolFastest install
Claude Codeclaude mcp add seameet -- npx -y @seameet/mcp
Codex CLI / IDEcodex mcp add seameet -- npx -y @seameet/mcp
GitHub Copilot CLIcopilot mcp add seameet -- npx -y @seameet/mcp
CursorAdd to Cursor (one-click)
Claude Desktopone-click .mcpb bundle β€” see below
Antigravity Β· OpenCode Β· anything elsesee INSTALL.md

The generic block, accepted by most MCP clients:

{
  "mcpServers": {
    "seameet": { "command": "npx", "args": ["-y", "@seameet/mcp"] }
  }
}

Requirements

  • Node.js β‰₯ 18.
  • For desktop mode: the SeaMeet desktop app installed and running β€” brew install --cask seameet-ai/tap/seameet (macOS) or winget install seameet (Windows). Needs v3.2.0+; an older running app reports app_outdated.
  • Cloud mode is opt-in and needs no app β€” the first cloud tool call starts a one-time authorization (below).

Cloud authorization (one-time, no key copy/paste)

Cloud mode never activates unless you provide SEAMEET_API_KEY or complete the device flow. On the first cloud tool call with no key, the agent shows a short code + https://app.seameet.ai/link; you open it (signed in), click Authorize, and a read+write key is minted and cached at ~/.seameet/credentials.json. Silent thereafter; revoke any time under API keys on your account. To disconnect or switch accounts, call seameet_logout (or rm ~/.seameet/credentials.json).

Claude Desktop one-click bundle

manifest.json is an MCPB bundle manifest, so the server ships as a one-click Claude Desktop extension:

npm install && npm run build:mcpb   # β†’ dist/seameet.mcpb

Install via Settings β†’ Extensions β†’ Advanced β†’ Install extension… and pick dist/seameet.mcpb. Claude Desktop runs it with its own Node.js β€” no terminal needed. (The desktop app still needs to be installed + running for desktop mode.)

Claude Code plugin (adds a /seameet skill)

This repo doubles as a Claude Code plugin marketplace. The plugin registers the MCP server and a /seameet skill that teaches the core workflows (record + transcribe, capture a bug report, mine meetings for action items):

claude plugin marketplace add seameet-ai/seameet-mcp
claude plugin install seameet@seameet

Try it

Just ask in plain language β€” the agent picks the right tool (and the right backend). A few starters:

Record my screen for 2 minutes, then give me the transcript.

What were the action items from my last meeting?

Take a screenshot and describe what's on it.

Desktop mode β€” a full recording session (app running)
  • "What are my SeaMeet settings β€” where does it save recordings?"
  • "List my summary templates."
  • "List my local recordings." Β· "List the files in my SeaMeet save folder."
  • "What's my current recording status?"
  • "Start recording my microphone." (or: "record my whole screen")
  • "Check the recording status now."
  • "Show me the live transcript so far."
  • "Pause the recording." Β· "Resume it."
  • "Take a screenshot."
  • "Stop the recording."
  • "List my recordings again β€” the new one should be on top."
  • "Give me the summary and transcript of that recording."
  • "Regenerate its summary using one of my templates."
  • "Search my recordings for the word ''."
  • "Rename that recording to 'MCP dual-mode test'."
  • "Get the full asset bundle for it."
  • "Save this text as a note/artifact on that recording: ."
Cloud mode β€” your synced library (no app needed)
  • "List my 5 most recent SeaMeet recordings." Β· "What did I record in the last 7 days?"
  • "Give me the summary of the top recording."
  • "Now show its action items and key decisions."
  • "Pull the full speaker-labeled transcript for it, and its chapters."
  • "Get me a download/stream link for that recording's media."
  • "How much SeaMeet storage am I using versus my quota?"
  • "Create a webhook to https://webhook.site/<your-id> that fires when AI results are ready."
  • "List my webhooks with their delivery health and signing secret."
  • "Update that webhook to also fire on recording.synced."
  • "Delete that webhook."
  • "What's my SeaMeet connection status?"
  • "Disconnect my SeaMeet cloud account." (forgets the cached key; the next cloud call re-authorizes)

How it works

A thin stdio↔HTTP proxy. The SeaMeet desktop app hosts a localhost-only bridge (127.0.0.1:3741, fallbacks 3742/3743) authenticated with a per-launch random secret; on startup it writes credentials to $TMPDIR/seameet-mcp-bridge-<username>.json (mode 0600), which this server reads and proxies (tools/list β†’ GET /mcp-bridge/tools, tools/call β†’ POST /mcp-bridge/call-tool). Nothing leaves your machine in desktop mode. Cloud mode talks to the hosted SeaMeet worker over HTTPS with your minted key.

Full tool reference (for LLMs): seameet.ai/llms.txt β€” also served locally at http://localhost:3741/llms.txt while the app runs.

Errors are machine-readable

Tool failures return structured JSON your agent can branch on:

{ "success": false, "error": { "code": "app_not_running", "tool": "seameet_start_recording",
  "message": "The SeaMeet desktop app is not running.",
  "install": { "macos": "brew install --cask seameet-ai/tap/seameet", "windows": "winget install seameet" },
  "hint": "Ask the user to install and launch it, then retry." } }
CodeMeaning
app_not_runningDesktop app is closed β€” launch it (payload carries install commands + downloadUrl)
app_outdatedApp is running but too old β€” update to requiredVersion (don't reinstall the same build)
auth_requiredCloud tool needs authorization β€” the payload has a user_code + the /link URL
app_not_readyApp is starting up β€” retry in a few seconds
invalid_requestA required parameter is missing/invalid β€” re-check the tool schema
path_forbiddenfilePath must be inside the SeaMeet save directory
not_foundFile or artifact doesn't exist β€” discover it with a list/search tool first
timeoutApp didn't respond in time β€” check status, retry once
unknown_toolIncludes did_you_mean suggestions

Configuration (rarely needed)

Env varPurpose
SEAMEET_API_KEYCloud API key (smk_…) β€” skips the device authorization flow
SEAMEET_MCP_CREDENTIALS_FILEExplicit path to the desktop-bridge credentials file
SEAMEET_BRIDGE_PORT + SEAMEET_BRIDGE_SECRETBypass the bridge credentials file entirely
SEAMEET_CLOUD_CREDENTIALS_FILEWhere the minted cloud key is cached (default ~/.seameet/credentials.json)
SEAMEET_REMOTE_URL / SEAMEET_DEVICE_URLOverride the cloud endpoints (default: production)

Development

npm install
npm test             # credentials discovery + end-to-end stdio client against a fake bridge + fake cloud
npm run build:mcpb   # validate manifest.json + pack the Claude Desktop extension

Releasing is automated β€” see PUBLISHING.md.

Legal

License

MIT Β© SeaMeet.ai

Related MCP Servers

6figr-com/jobgpt-mcp-server

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for JobGPT β€” search jobs, auto-apply, generate tailored resumes, track applications, and find recruiters from any MCP client. 34 tools for job search, applications, resumes, and outreach.

🏒 Workplace & Productivity0 views
Agentled/mcp-server

πŸ“‡ ☁️ - AI-native workflow orchestration with long-term memory, 100+ integrations, and unified credits. 32 MCP tools for building and running intelligent business workflows β€” lead enrichment, content publishing, company research, media production, and more. Knowledge Graph that learns across executions.

🏒 Workplace & Productivity0 views
alex13slem/openproject-codex-plugin

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Write-capable MCP server for OpenProject API v3 with Community Edition support. Search, create, update, assign, prioritize, and comment on work packages. Published as io.github.alex13slem/openproject in the official MCP Registry and installable with npx -y openproject-codex-plugin.

🏒 Workplace & Productivity0 views
ap311036/ews-meeting-mcp

🐍 🏠 🍎 πŸͺŸ 🐧 - Safely schedule Outlook meetings on on-prem Exchange EWS. Resolves attendees, discovers rooms, suggests slots, and requires preview-confirmed create/update/cancel writes with local credential handling and audit-friendly lifecycle records.

🏒 Workplace & Productivity0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.