Schedulia MCP
A meeting scheduling assistant that enables users to view schedules, manage incoming requests, and send meeting invitations via the Schedulia API. It facilitates seamless coordination of meeting times and participant management through natural language commands.
README
📅 Schedulia MCP - Meeting Scheduling Assistant
🚀 Getting Started
Prerequisites
✅ Git
✅ Python
✅ UV (Python Package Manager) - UV Installation Guide
⚙️ Setup Instructions
-
Get Your API Key
- Get your API key from schedulia.org 🔑
-
Clone Repository
git clone https://github.com/watanka/schedulia-mcp.git cd schedulia-mcp -
Run Server
uv run server.py --api-key={your-api-key} # Replace with your API key! -
Configure MCP Server
{ "mcpServers": { "schedulia-mcp": { "command": "uv", "args": [ "--directory", "/path/to/mcp/server", "run", "server.py", "--api-key", "{your-api-key}" ] } } } -
Register MCP Server on your host(Claude Desktop, Cursor)
🔧 Integration Options
For Claude Desktop users: Configuration Guide
For Cursor users: Configuration Guide
<br>
🛠️ Available Tools
📊 View Meeting Schedules
view_meeting_schedules(date): Check all scheduled meetings for a specific date
<details> <summary>How to Use</summary>
Ask to see your meetings using the view_meeting_schedules tool. You can specify a date or view all schedules.
Prompt Examples:
- "Please show me my meeting schedules"
- "Can you check my meetings for today using view_meeting_schedules?"
- "Use view_meeting_schedules to show my upcoming meetings"
Example Response:
{
"id": 1,
"host": {"name": "John Doe", "email": "john@example.com"},
"participants": [
{"name": "Alice Smith", "email": "alice@example.com"}
],
"time": {
"start_time": "2024-03-20T14:00:00",
"end_time": "2024-03-20T15:00:00"
},
"title": "Project Review",
"description": "Weekly sync meeting"
}
</details>
📬 View Meeting Requests
view_meeting_requests(): Check all incoming meeting requests
<details> <summary>How to Use</summary>
Use the view_meeting_requests tool to check any pending meeting invitations.
Prompt Examples:
- "Use view_meeting_requests to show my pending invitations"
- "Check my meeting requests using view_meeting_requests tool"
- "Show me all meeting requests in the system"
Example Response:
{
"request_id": 1,
"sender": {"name": "Alice Smith", "email": "alice@example.com"},
"receiver_email": "john@example.com",
"available_times": [
{
"start_time": "2024-03-21T15:00:00",
"end_time": "2024-03-21T16:00:00"
}
],
"status": "PENDING",
"title": "Product Discussion"
}
</details>
✅ Respond to Meeting Request
respond_to_meeting_request(request_id, accept, selected_time): Accept or decline meeting requests
<details> <summary>How to Use</summary>
This is a two-step process using both view_meeting_requests and respond_to_meeting_request tools.
Step 1 - View Requests:
- "First, use view_meeting_requests to show me pending invitations"
- "Let me check the meeting requests using view_meeting_requests tool"
Step 2 - Respond:
- "Use respond_to_meeting_request to accept request ID 1 with the proposed time slot"
- "Please use respond_to_meeting_request to decline meeting request #2"
Example Conversation:
User: "First, show me my meeting requests using view_meeting_requests"
Assistant: "Here are your pending meeting requests: [shows requests]"
User: "Great, I want to accept request ID 1 using respond_to_meeting_request for the March 21st 15:00-16:00 slot"
</details>
📨 Send Meeting Request
request_meeting(receiver_email, available_times, title, description): Create and send new meeting requests
<details> <summary>How to Use</summary>
Use the request_meeting tool to create new meeting requests. You'll need to provide receiver's email, available times, title, and description.
Prompt Examples:
- "Use request_meeting to schedule a meeting with alice@example.com"
- "I need to send a meeting request using request_meeting tool for tomorrow"
- "Create a new meeting request with request_meeting for the team sync"
Example Request:
"Please use request_meeting to set up a meeting with following details:
- Receiver: alice@example.com
- Title: Project Kickoff
- Description: Initial project planning meeting
- Available times:
- March 25th, 2024 14:00-15:00
- March 26th, 2024 11:00-12:00"
Example Response:
{
"request_id": 3,
"sender": {"name": "John Doe", "email": "john@example.com"},
"receiver_email": "alice@example.com",
"available_times": [
{
"start_time": "2024-03-25T14:00:00",
"end_time": "2024-03-25T15:00:00"
},
{
"start_time": "2024-03-26T11:00:00",
"end_time": "2024-03-26T12:00:00"
}
],
"status": "PENDING",
"title": "Project Kickoff",
"description": "Initial project planning meeting"
}
</details>
Demo
- Need help? Check out demo videos! 🎥
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
