Skip to main content
Glama
shrutisharma7500

IntelliSchedule Personal MCP Server

IntelliSchedule Personal MCP Server

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.

Related MCP server: Google Calendar MCP

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": "..."
      }
    }
  }
}
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shrutisharma7500/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server