AI Integrations
MeetStream provides two ways to bring its documentation and API directly into your AI workflow: a Claude Skill that pre-loads Claude with deep MeetStream knowledge and an MCP Server for real-time doc search inside your coding tools.
Every page in these docs also has quick-access buttons below each heading —Open in Claude, Open in ChatGPT, and Connect to Cursor so you can jump straight into prompting the LLM based on that page’s content.
Claude Skill
The MeetStream Claude Skill is a pre-packaged knowledge file that teaches Claude everything about the MeetStream API such as authentication, bot lifecycle, webhooks, live transcription, WebSocket control, and Google Calendar integration without needing to search every time.
What’s included
- Full bot lifecycle walkthrough
- All callback event types and payload formats
- Live transcription and audio streaming setup
- WebSocket bot control commands
- Google Calendar auto-scheduling integration
- Data retention configuration
- Ready-to-use
curlexamples for common workflows
Installation
- Download the ZIP file above and unzip it — you’ll get a
meetstream-skill/folder containingSKILL.mdandreferences/api-quickstart.md - Open Claude.ai → Profile → Settings → Capabilities
- Click Upload Skill and select the
meetstream-skill/folder (or theSKILL.mdfile directly) - Enable the skill — Claude will now apply MeetStream context automatically when relevant
The skill pairs with the MCP server for the most comprehensive experience: the skill handles common patterns and context, while the MCP server handles live doc lookups for edge cases.
MCP Server
The MeetStream MCP (Model Context Protocol) server lets AI tools like Cursor, VS Code, Claude Code, and Claude.ai query our live documentation on demand.
MCP Server URL:
Setup Instructions
Cursor
VS Code (Copilot)
Claude Code
Claude.ai
- Open Cursor Settings → Features → MCP Servers
- Click Add new MCP server
- Set Name to
meetstream-docs - Set Type to
SSE - Set URL to
https://docs.meetstream.ai/_mcp/server - Click Save and restart Cursor
Once connected, your AI assistant can search and reference MeetStream documentation in real time during your sessions.
Recommended Setup
For the best developer experience, use both together:
With both enabled, LLMs can answer questions about any MeetStream endpoint, generate working API calls, debug webhook payloads, and help architect integrations all grounded in accurate, up-to-date documentation.
