io.github.pzep1/mcp-meet✓
io.github.pzep1/mcp-meet · v0.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.pzep1/mcp-meet",
"description": "One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection",
"repository": {
"url": "https://github.com/znz-systems/mcp-meet",
"source": "github"
},
"version": "0.3.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-meet",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google OAuth Client ID",
"isRequired": true,
"format": "string",
"name": "GOOGLE_CLIENT_ID"
},
{
"description": "Google OAuth Client Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GOOGLE_CLIENT_SECRET"
},
{
"description": "Google OAuth Redirect URI",
"format": "string",
"default": "http://localhost:5173/oauth2/callback",
"name": "GOOGLE_REDIRECT_URI"
},
{
"description": "Comma-separated list of calendar IDs to check for availability",
"format": "string",
"default": "primary",
"name": "CALENDAR_IDS"
},
{
"description": "Name of the Apple Calendar to create events in",
"format": "string",
"default": "Meetings",
"name": "APPLE_CALENDAR_NAME"
},
{
"description": "Timezone for calendar operations",
"format": "string",
"default": "Europe/London",
"name": "TZ"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}