mcpbeat Sign in

MCP Meet MCP Server

local only

MCP Meet runs on your own machine — the client starts it, so there is no endpoint to ping.

One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · mcp-meet
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-meet -- npx -y mcp-meet
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-meet": {
      "args": [
        "-y",
        "mcp-meet"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-meet]
command = "npx"
args = ["-y", "mcp-meet"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-meet": {
      "args": [
        "-y",
        "mcp-meet"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-meet": {
      "args": [
        "-y",
        "mcp-meet"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_CLIENT_ID (Google OAuth Client ID), GOOGLE_CLIENT_SECRET (Google OAuth Client Secret), GOOGLE_REDIRECT_URI (Google OAuth Redirect URI), CALENDAR_IDS (Comma-separated list of calendar IDs to check for availability), APPLE_CALENDAR_NAME (Name of the Apple Calendar to create events in), TZ (Timezone for calendar operations). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Meet

same job, measured the same way
Chronary
by chronary

Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

171 installs/wk 54 tools answering
Google Calendar MCP
by mmedum

Google Calendar over MCP: calendars, events, recurrence and availability.

local only
Mewcp Google Calendar
by ammar-62

Schedule smarter - create, search, and manage Google Calendar events through AI.

local only
Gws Connector
by orieg

Multi-account Google Workspace MCP — Gmail, Calendar, Drive, Sheets, Docs with smart routing.

local only
Google Calendar MCP
by a1-x-tech

MCP server for the Google Calendar API: events, recurrence, invitations, availability, calendars.

50 installs/wk local only
Calendar MCP
by deciduus

Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.

1 045 installs/wk local only
WonderCal
by digital-wisdom-ai

Scheduling infrastructure for AI agents across Google and Microsoft calendars.

answering
Cal Auto Python
by danielsousaoliveira

Schedule a GitHub Projects backlog into Google Calendar, as a CLI or an MCP server.

local only

MCP Meet — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Meet?
MCP Meet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-meet.
Is MCP Meet still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect MCP Meet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-meet straight from npm; nothing to host, nothing to sign up for.