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 GitHubMCP_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.comYou can also self-host these MCP servers using the repositories linked above.
Getting Started
To integrate Meeting BaaS with AI assistants using MCP:
- Clone one of the MCP repositories
- Install dependencies and build the project
- Configure environment variables with your Meeting BaaS API key
- Connect the MCP server to your AI assistant (Claude, Cursor, etc.)
Related Pages
Resources
Open-Source
Transcript SeekerTranscript Seeker: a complete interface in ReactSpeaking Bots: AI-powered meeting participantsMCP Tools - Model Context ProtocolMeeting MCP ServerMCP on VercelMCP Documentation ServerNode server for Notion summariesSimple Transcript player in ReactMeeting summarization using Make.comInterface for the Gladia transcription APIInterface for the AssemblyAI transcription API
APIs
Product
PlansFeature ListMeeting Transcription APIAI Meeting Assistant APIAPI to Record and Transcribe Video MeetingsMeeting bots with transcriptionMeeting bot API for Google MeetAlternative Recording API for Google MeetAlternatives to Recall AIRecall AI vs Meeting BaaSMeeting bot API for ZoomMeeting bot API for Microsoft Teams