Synced Calendar
@awasero
Synced Calendar について
AI-powered meeting scheduling via MCP. Let Claude check your calendar, find mutual availability across companies, and book meetings — all through natural conversation. 6 tools: get_meetings, get_contacts, get_availability, schedule_meeting, get_recommended_slots, natural_language
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"synced-calendar": {
"command": "npx",
"args": [
"-y",
"@synced/mcp-server"
],
"env": {
"SYNCED_API_KEY": "your-api-key"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Synced Calendar?
Synced Calendar is an MCP server that gives Claude direct access to your calendar, letting you schedule meetings, check availability, and manage your calendar through natural-language AI conversation. It integrates with Google Calendar and Microsoft Outlook, and is intended for anyone who wants to manage their schedule hands‑free via Claude.
How to use Synced Calendar?
Add the server to your claude_desktop_config.json using npx -y @synced/mcp-server and set the SYNCED_API_KEY environment variable with an API key obtained from https://app.meetsynced.com. Then describe scheduling needs in plain English, and Claude will call the appropriate tools.
Key features of Synced Calendar
- Cross‑company scheduling across Google Calendar and Microsoft Outlook
- AI‑recommended time slots factoring in preferences and buffers
- Natural‑language understanding for freeform scheduling requests
- Automatic calendar invites sent to all participants
- Works with both Claude Desktop (stdio) and Claude.ai (SSE)
- Free tier includes full MCP access
Use cases of Synced Calendar
- Schedule a meeting with a colleague or external contact without switching apps
- Check free/busy availability for any date and find optimal mutual slots
- Retrieve upcoming or past meetings and trusted contacts lists
- Parse free‑form requests like “Coffee with Alex Friday at 3pm” into real events
FAQ from Synced Calendar
What data sources does Synced Calendar integrate with?
It works with Google Calendar and Microsoft Outlook, enabling cross‑company availability checks and scheduling.
What runtime dependencies are required?
The server runs via npx (Node.js) and requires an API key from app.meetsynced.com. No additional runtime installation is needed.
Where does my calendar data live?
The README does not specify where data is stored or processed. Authentication is done through the Synced API key.
What transports are supported?
The server supports stdio (for Claude Desktop) and SSE (for Claude.ai).
Is there a free tier?
Yes, the README states that the free tier includes full MCP access.
「生産性」の他のコンテンツ
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
ntfy-mcp: Your Friendly Task Completion Notifier
teddyzxcvC++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
コメント