Meet MCP Server
by silkweave
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTO_START | No | Whether to auto-start the transcript watcher on MCP server boot (true/false) | false |
| USER_EMAIL | No | Email for user-level Workspace Events subscriptions (used with eventSubscriptionCreateForUser) | |
| PUBSUB_TOPIC | No | Pub/Sub topic name for Workspace Events subscriptions, e.g., projects/<project>/topics/meet-transcripts | |
| GOOGLE_USER_ID | No | The user ID for authentication (optional, defaults to 'default') | |
| TRANSCRIPT_DIR | No | Directory path to save transcript Markdown files, e.g., ~/meet-transcripts | |
| GOOGLE_CLIENT_ID | No | The OAuth2 client ID from Google Cloud Console | |
| GOOGLE_REDIRECT_URI | No | The authorized redirect URI for OAuth2, e.g., http://localhost:3000/callback | |
| GOOGLE_CLIENT_SECRET | No | The OAuth2 client secret from Google Cloud Console | |
| PUBSUB_SUBSCRIPTIONS | No | Comma-separated list of Pub/Sub subscription names for the transcript watcher, e.g., projects/<project>/subscriptions/meet-transcripts-sub | |
| ON_TRANSCRIPT_COMMAND | No | Shell command to run after each transcript is saved, with environment variables like $TRANSCRIPT_PATH |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/silkweave/meet'
If you have feedback or need assistance with the MCP directory API, please join our Discord server