### Installation and Setup Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/readme.txt Instructions for cloning the repository, installing dependencies, and setting up Google API credentials for the Google Meet MCP Server. ```bash git clone https://github.com/yourusername/google-meet-mcp.git cd google-meet-mcp npm install npm run setup ``` -------------------------------- ### Starting the MCP Server Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/readme.txt Command to start the Google Meet MCP server after installation and setup. ```bash npm run start ``` -------------------------------- ### Start Google Meet MCP Server Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/README.md Command to start the Google Meet MCP server after successful setup. The server will then expose tools for managing Google Meet meetings. ```bash npm run start ``` -------------------------------- ### Manual Installation of Google Meet MCP Server Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/README.md Provides instructions for manually installing the Google Meet MCP Server by cloning the repository, navigating to the directory, and installing Node.js dependencies. ```bash # Clone the repository git clone https://github.com/yourusername/google-meet-mcp.git # Navigate to the project directory cd google-meet-mcp # Install dependencies npm install ``` -------------------------------- ### Google Meet MCP Server Setup Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/README.md Guides users through the process of setting up Google API credentials, enabling the Google Calendar API, creating OAuth 2.0 credentials, and running a setup script to authenticate and generate tokens. ```bash npm run setup ``` -------------------------------- ### Install Google Meet MCP Server via Smithery Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/README.md Installs the Google Meet MCP Server for Claude Desktop using the Smithery CLI. This is a convenient way to integrate the server with compatible AI clients. ```bash npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude ``` -------------------------------- ### MCP Server Configuration for Google Meet Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/README.md Example JSON configuration for integrating the Google Meet MCP server into an MCP-compatible system. It specifies the command, arguments, and environment variables for running the server. ```json { "mcpServers": { "google-meet": { "command": "node", "args": ["path/to/google-meet-mcp/src/index.js"], "env": {}, "disabled": false } } } ``` -------------------------------- ### MCP Server Configuration Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/readme.txt Example JSON configuration for integrating the Google Meet MCP server with MCP-compatible systems. ```json { "mcpServers": { "google-meet": { "command": "node", "args": ["path/to/google-meet-mcp/src/index.js"], "env": {}, "disabled": false } } } ``` -------------------------------- ### Google Meet MCP Server Tools Source: https://github.com/mcp-mirror/cool-man-vk_google-meet-mcp-server/blob/main/readme.txt List of tools provided by the Google Meet MCP server for interacting with Google Meet. ```APIDOC Tools: create-meeting: Create a new Google Meet meeting list-meetings: List upcoming Google Meet meetings get-meeting-details: Get details about a specific meeting update-meeting: Update an existing meeting delete-meeting: Delete a meeting ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.