Model Context Protocol (MCP) Tools

Integrate Meeting BaaS with LLMs

MCP (Model Context Protocol) tools enable large language models to interact with Meeting BaaS directly. Use these tools to create meeting bots, search transcripts, manage calendars, and automate meeting intelligence workflows.

Available MCP Repositories

  • meeting-mcp: The main MCP server for managing meeting data, including transcripts, recordings, calendar events, and search functionality. Learn more
  • mcp-on-vercel: Deploy Meeting BaaS MCP server on Vercel with fluid compute support for efficient execution and Redis integration. Learn more
  • mcp-on-vercel-documentation: MCP server specifically for fetching and serving Meeting BaaS API documentation to AI assistants. Learn more
  • speaking-bots-mcp: An MCP server that can control speaking bots inside meetings with AI-powered personas. View on GitHub

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
  • AI-Generated QR Codes: Create unique bot avatars with QR codes pointing to websites or contact info
  • Speaking Bots: Control AI-powered meeting participants with distinct personalities
  • Documentation Access: Let AI assistants access Meeting BaaS documentation
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" } } } }

MCP Configuration Example

This simple configuration connects to the hosted Meeting BaaS MCP server:

Try it yourself!

All MCP tools are available through our hosted chat interface:

chat.meetingbaas.com

You can also self-host these MCP servers using the repositories linked above.

Getting Started

To integrate Meeting BaaS with AI assistants using MCP:

  1. Clone one of the MCP repositories
  2. Install dependencies and build the project
  3. Configure environment variables with your Meeting BaaS API key
  4. Connect the MCP server to your AI assistant (Claude, Cursor, etc.)

Related Pages