Command Palette

Search for a command to run...

UnylyUnyly
Browse all

IntelliSchedule Personal Server

FreeNot checked

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

GitHubEmbed

About

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

Installing IntelliSchedule Personal Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/shrutisharma7500/mcp-server

FAQ

Is IntelliSchedule Personal Server MCP free?

Yes, IntelliSchedule Personal Server MCP is free — one-click install via Unyly at no cost.

Does IntelliSchedule Personal Server need an API key?

No, IntelliSchedule Personal Server runs without API keys or environment variables.

Is IntelliSchedule Personal Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install IntelliSchedule Personal Server in Claude Desktop, Claude Code or Cursor?

Open IntelliSchedule Personal Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare IntelliSchedule Personal Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs