Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

IntelliSchedule Personal Server

БесплатноНе проверен

Enables scheduling and calendar management through Google Calendar and Cal.com, with support for reminders, notes, and email notifications.

GitHubEmbed

Описание

Enables scheduling and calendar management through Google Calendar and Cal.com, with support for reminders, notes, and email notifications.

README

This is a standalone Model Context Protocol (MCP) server that exposes scheduling, calendar management, and productivity tools. It can be integrated with AI clients like Claude, ChatGPT, or any other MCP-compatible interface.

Features

  • Google Calendar Integration: Create and list events.
  • Cal.com Scheduling: Book meetings programmatically.
  • Availability Checker: Check for free slots on your calendar.
  • Reminders & Notes: Manage personal tasks and notes.
  • Email Notifications: Send meeting confirmations.

Setup

  1. Clone the repository:

    git clone <your-new-repo-url>
    cd intellischedule-mcp-server
    
  2. Install dependencies:

    npm install
    
  3. Configure Environment Variables: Copy .env.example to .env and fill in your credentials:

    cp .env.example .env
    

Obtaining Credentials

  1. Start the Server:
    npm start
    

Using with Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "intellischedule": {
      "command": "node",
      "args": ["/path/to/intellischedule-mcp-server/index.js"],
      "env": {
        "GOOGLE_CLIENT_ID": "...",
        "GOOGLE_CLIENT_SECRET": "...",
        "GOOGLE_REFRESH_TOKEN": "...",
        "CAL_API_KEY": "...",
        "CAL_EVENT_TYPE_ID": "...",
        "CAL_USERNAME": "...",
        "SMTP_USER": "...",
        "SMTP_PASS": "...",
        "USER_EMAIL": "..."
      }
    }
  }
}

from github.com/shrutisharma7500/mcp-server

Установка IntelliSchedule Personal Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/shrutisharma7500/mcp-server

FAQ

IntelliSchedule Personal Server MCP бесплатный?

Да, IntelliSchedule Personal Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для IntelliSchedule Personal Server?

Нет, IntelliSchedule Personal Server работает без API-ключей и переменных окружения.

IntelliSchedule Personal Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить IntelliSchedule Personal Server в Claude Desktop, Claude Code или Cursor?

Открой IntelliSchedule Personal Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare IntelliSchedule Personal Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication