Meeting Scheduler

Tell Claude who you need to meet with and how long, and this skill checks calendar availability, proposes times, and creates the calendar invite with all the right details. Connects to Google Calendar or similar via MCP. Eliminates the back-and-forth of scheduling.

First-party, by Skills and Agents Co

March 30, 2026

Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download

Required MCPs

Google Calendar MCP (opens in new tab)See the Google Calendar MCP connector page

Read and write access to Google Calendar for checking availability and creating events

View config snippet
{
  "mcpServers": {
    "google-calendar": {
      "url": "https://calendarmcp.googleapis.com/mcp/v1"
    }
  }
}