Wave AI MCP Server

Give Claude, ChatGPT, Claude Code, and other AI assistants secure access to your Wave meeting transcripts, summaries, and semantic search — with one URL and OAuth.

Documentation

Model Context Protocol

Connect AI to Your Meeting Intelligence

Give Claude, ChatGPT, Claude Code, and other AI assistants secure access to your Wave meeting transcripts, summaries, and semantic search — with one URL and OAuth.

Setup guide Manage tokensCopy Integration Docs

Endpoint:https://mcp.wave.co

Semantic Search

Search every meeting you’ve ever recorded in natural language.

Full Transcripts

Speaker-attributed transcripts and structured summaries for every session.

OAuth, Not JSON Files

Connect via your client’s native Connectors UI — no config files to hand-edit.

How to connect

Every MCP-compatible client (Claude, Claude Code, ChatGPT, Cursor, Windsurf, Zed, …) connects the same way: paste the endpoint above into your client’s Connectors UI and sign in. Full per-client walkthroughs live on api.wave.co.

Setup docs → api.wave.co/mcp Manage tokens

Available tools

Read tools run against the authenticated user’s own sessions. Write tools let agents round-trip action items and organize sessions into folders — all scoped to the same user.

search_sessions

Semantic search across every session in your Wave library. Accepts folder and tag (+ tag_mode: any|all) pre-filters.

list_sessions

Recent sessions with metadata. Accepts folder and tag (exact, case-sensitive; repeatable with tag_mode: any|all) filters.

list_folders

List the folders you’ve organized sessions into.

get_session

Full details for a single session: title, summary, metadata.

get_transcript

Full transcript with speaker attribution and timestamps.

get_action_items

Read structured action items on a session plus the current version (for safe round-trip edits).

update_action_items

Write back structured TODOs. Preserve ids, pass expected_version to avoid clobbering user edits.

create_folder

Create a folder. Idempotent on name — returns the existing folder if the name is taken.

add_session_to_folder

Link a session to a folder. Non-exclusive — sessions can live in many folders at once.

remove_session_from_folder

Unlink a session from a folder. The session itself stays put.

Endpoint:https://mcp.wave.co

Auth:OAuth 2.0 + PKCE

Protocol:MCP 2025-11-25

Building a custom integration?Use the Wave Developer API

Visit api.wave.co