MCP.so
登录

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

基本信息

分类

生产力

传输方式

stdio

发布者

awasero

提交者

Carlos Ruiz del Vizo

配置

使用下面的配置,将此服务器添加到你的 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.

评论

生产力 分类下的更多 MCP 服务器