G
Google Meet
Create and manage Google Meet events.
·No reviews yet
Share:
About
Auto-generated
Google Meet is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Google Meet.
- What does the Google Meet MCP do?
- This MCP allows you to programmatically create and manage Google Meet events. It integrates with your existing Google Meet setup to automate various meeting-related tasks.
- How do I install the Google Meet MCP in Claude Desktop?
- Installation in Claude Desktop typically involves adding the MCP's repository URL (https://github.com/google/google-meet-mcp) through the client's extension or plugin manager. Specific steps may vary with Claude Desktop versions.
- Does the Google Meet MCP require an API key or other credentials?
- Yes, this MCP uses OAuth for authentication. You will need to configure OAuth credentials to grant the MCP access to your Google Meet account and data.
- What are the core capabilities of the Google Meet MCP?
- The MCP's primary capabilities revolve around creating and managing Google Meet events. This typically includes scheduling meetings, inviting participants, and potentially managing meeting settings.
- Is there a cost associated with using the Google Meet MCP?
- The MCP itself is open-source and provided by the community. However, costs may be associated with the underlying Google Meet service or any Google Cloud usage depending on your tier and usage.
- What is a key limitation of the Google Meet MCP?
- A notable limitation is its reliance on the stdio transport protocol, which might restrict certain advanced integrations or real-time functionalities that other transports could offer. It may also inherently limit scalability.
Install Google Meet
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"google-meet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-meet"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"google-meet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-meet"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"google-meet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-meet"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.