Meeting MCP Server

The Main MCP Server for Meeting Intelligence

A Model Context Protocol (MCP) server that provides tools for managing meeting data, including transcripts, recordings, calendar events, and search functionality. This server enables AI assistants like Claude and Cursor to access and manipulate meeting data.

Key Features

  • Bot Management: Create and invite bots to your video conferences that automatically record and transcribe meetings
  • Transcript Search: Search through meeting transcripts and find specific information without watching entire recordings
  • Calendar Integration: View and organize calendar entries and upcoming meetings with OAuth integrations for Google and Microsoft
  • AI-Generated QR Codes: Create unique bot avatars with QR codes pointing to websites or contact information
View on GitHub
MCP_CONFIG.JSON
{ "mcpServers": { "MeetingBaasDocs": { "url": "https://mcp.meetingbaas.com/sse", "env": { "BAAS_URL": "https://api.meetingbaas.com", "REDIS_URL": "rediss://default:AZXXXXXXXX32.upstash.io:6379" } } } }

Available Tools

Calendar Tools

  • oauthGuidance: Get detailed step-by-step instructions on setting up OAuth
  • listRawCalendars: Lists available calendars from Google or Microsoft
  • setupCalendarOAuth: Integrates a calendar using OAuth credentials
  • listCalendars: Lists all integrated calendars
  • getCalendar: Gets detailed information about a specific calendar
  • listUpcomingMeetings: Lists upcoming meetings from a calendar

Meeting Tools

  • createBot: Creates a meeting bot that can join video conferences
  • getBots: Lists all bots and their associated meetings
  • getRecording: Retrieves recording information for a specific bot/meeting
  • getMeetingData: Gets transcript and recording data for a specific meeting

Example Workflows

Recording a Meeting

"Create a bot for my Zoom meeting at https://zoom.us/j/123456789"

Calendar Integration

"Integrate my Google Calendar using these OAuth credentials"

Related MCP Implementations

  • mcp-on-vercel: Deploy Meeting BaaS MCP server on Vercel with fluid compute support. Learn more
  • mcp-on-vercel-documentation: MCP server specifically for fetching and serving Meeting BaaS API documentation. Learn more