Claude Integration
The MeetStream Claude Code Plugin brings MeetStream guidance into your development workflow. It helps Claude understand common integration patterns, generate relevant API calls, and guide you through building and debugging meeting bots without repeatedly supplying the same product context.
The plugin is designed for Claude Code. Install it from within an active Claude Code session using the commands below.
What the plugin helps you do
Create bot workflows for Google Meet, Microsoft Teams, and Zoom from a clear description of your use case.
Set up live transcription, audio streaming, recording, and speaker-aware meeting data.
Generate webhook handlers and callback logic for bot status, transcripts, recordings, and meeting events.
Work through Google Calendar integrations and the scheduling patterns that support automated bot deployment.
Install the plugin
Open Claude Code in your project, then complete these steps in the Claude Code prompt.
Add the MeetStream marketplace
This registers the MeetStream marketplace and makes its plugins available to Claude Code. It does not install the plugin yet.
These are Claude Code slash commands. Enter them in the Claude Code prompt, not in your operating system shell.
Start building with Claude
After installation, describe the result you want in natural language. Claude can use the plugin’s MeetStream knowledge to plan the integration, generate code, explain configuration, or help diagnose a problem.
For better results, include:
- The meeting platform you are targeting
- The language and framework used by your application
- Whether you need recording, transcription, live media, or chat
- How you want to receive results, such as webhooks or live streams
- Any existing code, errors, or operational constraints Claude should account for
Example prompts
Create a bot
Add live transcription
Debug an integration
What’s included
The plugin provides Claude with guidance for the most common MeetStream development workflows:
- Creating, monitoring, and removing meeting bots
- Configuring recording, transcription, and live audio
- Controlling bots through WebSocket commands
- Processing webhooks and callback events
- Integrating Google Calendar workflows
- Generating practical MeetStream API requests and application code
Treat generated code as part of your normal development workflow: review it, keep credentials in environment variables or a secrets manager, and test meeting behavior before deploying to production.
