π Overview
Wave offers three ways to connect your meeting data to external tools and services. Choose the integration that best fits your workflow:
Integration | Best For | Technical Level |
π€ MCP | AI assistants (Claude Desktop, ChatGPT) | Low - just add config |
π» Developer API | Custom applications and scripts | Medium - coding required |
β‘ Zapier | No-code automations with 5,000+ apps | None - visual builder |
π€ MCP Integration
The Model Context Protocol (MCP) allows AI assistants like Claude Desktop and ChatGPT to access your Wave session data directly. It uses OAuth 2.0 with PKCE for secure, seamless authentication.
β¨ What You Can Do
π Ask your AI assistant to search your meetings
π Get meeting summaries and transcripts on demand
π¬ Reference past conversations in your AI chats
π Setup (Claude Desktop)
Open your Claude Desktop config file:
βmacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
βWindows: %APPDATA%\Claude\claude_desktop_config.jsonAdd the Wave MCP server:
{"mcpServers": {"wave": {"url": "https://mcp.wave.co"}}}Restart Claude Desktop
Claude will prompt you to sign in with Wave when you first use it - no tokens needed!
π‘ That's it! OAuth handles authentication automatically. For clients that don't support OAuth, you can generate an API token in Settings β Integrations β MCP.
π» Developer API
Build custom integrations with programmatic access to your Wave data.
β¨ What You Can Do
π List and search your sessions via REST API
π Retrieve transcripts and summaries programmatically
π Build custom dashboards and reports
π§ Integrate Wave into your internal tools
π οΈ Available Endpoints
GET /v1/sessions- List your sessionsGET /v1/sessions/:id- Get session detailsGET /v1/sessions/:id/transcript- Get transcriptPOST /v1/sessions/search- Semantic search
π Setup
Go to Settings β Integrations β Developer API
Create a token with the permissions you need
Use the token in your Authorization header
β‘ Zapier Integration
Connect Wave to 5,000+ apps without writing any code.
β¨ What You Can Do
π¬ Post meeting summaries to Slack automatically
π Create Notion pages with meeting notes
π Export transcripts to Google Drive
β Create tasks in Asana or Trello from action items
π₯ Update your CRM after sales calls
π Setup
Join the beta at Wave Zapier Beta
Search for "Wave AI Note Taker" in Zapier
Create a Zap with Wave as the trigger
Sign in with your Wave account when prompted
π‘ Note: Zapier uses OAuth - no API tokens needed!
π Getting Help
Visit Settings β Integrations in Wave for setup pages with detailed instructions. If you need assistance, reach out to our support team through the chat widget or email [email protected] π
