Cover image
Try Now
2025-04-14

这是一个模型上下文协议(MCP)服务器,可与2meet进行集成。它允许用户在自然语言中指定可用性,并使LLMS可以在2月份填写自己的位置。

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

When2Meet MCP Server

An AI-powered scheduling assistant that automates When2Meet availability marking through the Model Context Protocol (MCP). This tool helps users extract event details, select time slots, and automatically mark availability on When2Meet scheduling polls.

Features

  • 🔍 Extract Event Details: Automatically scrape and parse When2Meet events
  • 🗣️ Smart Time Selection: Select time slots using natural language, codes, or direct timestamps
  • 🤖 Automated Availability Marking: Mark your availability without manual clicking
  • 🔌 MCP Integration: Connect with any AI assistant that supports the Model Context Protocol

Quick Start

Installation

git clone https://github.com/joyce-yuan/when2meet-mcp.git
cd when2meet-mcp
npm install

Running the MCP Server

node when2meet-server.js

Running the MCP Client for Testing

node client.js

Supported Tools

1. get-event-details

Extracts information from any When2Meet URL.

// Example response
{
  "name": "Team Meeting",
  "dateRange": "April 7-9, 2025",
  "availableTimeslots": {
    // Structured time slot data with timestamps
  }
}

2. generate-availability-prompt

Creates a structured selection prompt with all available time slots.

[d0t0] 9:00 AM (1744549200)
[d0t1] 9:15 AM (1744550100)

3. parse-availability-selections

Converts selections into actual timestamps using multiple input formats:

  • Slot codes (d0t0 d1t2)
  • Time patterns (morning0 day1)
  • Direct timestamps (1744549200, 1744550100)

4. mark-when2meet-availability

Automatically marks your availability on When2Meet using browser automation.

Example Client Usage

const { Client } = require("@modelcontextprotocol/sdk/client/index.js");
const { StdioClientTransport } = require("@modelcontextprotocol/sdk/client/stdio.js");

// Create client transport
const transport = new StdioClientTransport({
  command: "node",
  args: ["when2meet-server.js"]
});

// Initialize client
const client = new Client(
  { name: "when2meet-client", version: "1.0.0" },
  { capabilities: { prompts: {}, resources: {}, tools: {} } }
);

// Connect and use tools
await client.connect(transport);

// Get event details
const eventDetails = await client.callTool({
  name: "get-event-details",
  arguments: { eventUrl: "https://www.when2meet.com/your-event-id" }
});

// Mark availability
await client.callTool({
  name: "mark-when2meet-availability", 
  arguments: {
    eventUrl: "https://www.when2meet.com/your-event-id",
    userName: "Your Name",
    timestamps: [1744549200, 1744550100]
  }
});

Use Cases

  • AI Assistant Integration: Let AI assistants handle scheduling for you
  • Automated Scheduling: Schedule meetings without manual intervention
  • Natural Language Scheduling: Express availability in plain English
  • Bulk Availability Marking: Mark multiple time slots at once

Requirements

  • Node.js 18+
  • @modelcontextprotocol/sdk (^1.8.0)
  • puppeteer
  • zod

License

MIT

Upcoming Integrations

  • Support for Google Calendar direct scheduling

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • appcypher
  • 很棒的MCP服务器 - 模型上下文协议服务器的策划列表

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • chongdashu
  • 使用模型上下文协议(MCP),启用Cursor,Windsurf和Claude Desktop等AI助手客户,以通过自然语言控制虚幻引擎。

    Reviews

    2 (1)
    Avatar
    user_E8Ex2JNz
    2025-04-17

    When2meet-mcp is a fantastic tool for scheduling meetings effortlessly. Joyce-Yuan did an excellent job creating a user-friendly interface that makes it easy to find suitable times for everyone. The integration and simplicity save a lot of hassle, making the coordination process smoother. Highly recommend checking it out!