IntelliSchedule Personal Server
БесплатноНе проверенEnables scheduling and calendar management through Google Calendar and Cal.com, with support for reminders, notes, and email notifications.
Описание
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
Clone the repository:
git clone <your-new-repo-url> cd intellischedule-mcp-serverInstall dependencies:
npm installConfigure Environment Variables: Copy
.env.exampleto.envand fill in your credentials:cp .env.example .env
Obtaining Credentials
- Google Calendar:
- Go to the Google Cloud Console.
- Create a project and enable the Google Calendar API.
- Create an OAuth 2.0 Client ID.
- Use the OAuth2 Playground to get your
REFRESH_TOKEN.
- Cal.com:
- Go to Cal.com Settings > API Keys.
- Create a new API key.
- Find your event type ID in your Event Types list.
- Email (SMTP):
- If using Gmail, create an App Password.
- Use your full email as
SMTP_USER.
- 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": "..."
}
}
}
}
Установка IntelliSchedule Personal Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/shrutisharma7500/mcp-serverFAQ
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
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare IntelliSchedule Personal Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
