Calendar MCP Server
@MCP-Mirror
关于 Calendar MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"GongRzhe_Calendar-MCP-Server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@gongrzhe/server-calendar-mcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Calendar MCP Server?
Calendar MCP Server is a Model Context Protocol (MCP) server that integrates Google Calendar with Claude Desktop. It enables AI assistants to manage Google Calendar events through natural language interactions, handling event creation, retrieval, updating, deletion, and listing within time ranges.
How to use Calendar MCP Server?
Install via Smithery (npx -y @smithery/cli install @gongrzhe/server-calendar-mcp --client claude) or npm (npm install @gongrzhe/server-calendar-mcp). Set up a Google Cloud Project with OAuth 2.0 credentials and a refresh token. Configure the server in Claude Desktop using environment variables GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REFRESH_TOKEN.
Features of Calendar MCP Server
- Create calendar events with title, time, description, and location
- Retrieve event details by event ID
- Update existing events (title, time, description, location)
- Delete events
- List events within a specified time range
- Full integration with Google Calendar API via secure OAuth2 authentication
Use cases of Calendar MCP Server
- Schedule meetings or appointments via natural language in Claude Desktop
- Retrieve event details without opening Google Calendar manually
- Modify or cancel events using conversational AI
- View your day’s or week’s agenda by listing events in a time range
FAQ from Calendar MCP Server
What does Calendar MCP Server require to run?
You need a Google Cloud Project with the Calendar API enabled, OAuth 2.0 credentials (client ID and secret), and a refresh token obtained from the OAuth 2.0 Playground. The server runs via npx or a local npm installation.
How does authentication work?
The server uses OAuth2 with your own credentials. You must provide GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REFRESH_TOKEN as environment variables. The refresh token grants access to your Google Calendar.
Where are calendar events stored?
Events are stored in your Google Calendar account. The server acts as a bridge; no data is stored locally beyond temporary API calls.
How do I keep my credentials secure?
Keep your Google API credentials secret, rotate refresh tokens regularly, store sensitive info in Claude Desktop configuration, and never share or commit credentials to version control.
What transport and communication does this server use?
The server communicates via the MCP protocol over standard input/output when launched as a command-line process by Claude Desktop.
生产力 分类下的更多 MCP 服务器
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
🚀 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.
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
评论