mcp-meeting-server

Groupthinkai/mcp-meeting-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 2d ago
Give any AI coding agent a seat at your meeting. MCP server for Google Meet, Zoom, and Teams.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-meeting-server": {
      "command": "npx",
      "args": [
        "-y",
        "Groupthinkai/mcp-meeting-server"
      ]
    }
  }
}