File tree Expand file tree Collapse file tree 1 file changed +89
-0
lines changed Expand file tree Collapse file tree 1 file changed +89
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "display_name" : " Calendar AutoAuth MCP Server" ,
3+ "license" : " ISC" ,
4+ "tags" : [
5+ " calendar" ,
6+ " google calendar" ,
7+ " mcp" ,
8+ " oauth" ,
9+ " authentication" ,
10+ " claude desktop" ,
11+ " events"
12+ ],
13+ "installations" : {
14+ "npm" : {
15+ "type" : " npm" ,
16+ "command" : " npx" ,
17+ "args" : [
18+ " -y" ,
19+ " @smithery/cli" ,
20+ " install" ,
21+ " @gongrzhe/server-calendar-autoauth-mcp" ,
22+ " --client" ,
23+ " claude"
24+ ],
25+ "description" : " Installation via Smithery for Claude Desktop"
26+ },
27+ "docker" : {
28+ "type" : " docker" ,
29+ "command" : " docker" ,
30+ "args" : [
31+ " run" ,
32+ " -i" ,
33+ " --rm" ,
34+ " -v" ,
35+ " mcp-calendar:/calendar-server" ,
36+ " -e" ,
37+ " CALENDAR_CREDENTIALS_PATH=/calendar-server/credentials.json" ,
38+ " mcp/calendar"
39+ ],
40+ "description" : " Docker installation for Claude Desktop"
41+ }
42+ },
43+ "examples" : [
44+ {
45+ "title" : " " ,
46+ "description" : " " ,
47+ "prompt" : " Create a calendar event for a team meeting tomorrow at 10 AM for 1 hour in Conference Room A"
48+ },
49+ {
50+ "title" : " " ,
51+ "description" : " " ,
52+ "prompt" : " Show me my calendar events for next week"
53+ },
54+ {
55+ "title" : " " ,
56+ "description" : " " ,
57+ "prompt" : " Update my meeting with John on Friday to start at 2 PM instead"
58+ },
59+ {
60+ "title" : " " ,
61+ "description" : " " ,
62+ "prompt" : " Delete the dentist appointment from my calendar"
63+ },
64+ {
65+ "title" : " " ,
66+ "description" : " " ,
67+ "prompt" : " List all my meetings scheduled for January 2024"
68+ },
69+ {
70+ "title" : " " ,
71+ "description" : " " ,
72+ "prompt" : " Create a new event titled 'Project Review' on Monday from 3-4 PM with a description 'Quarterly project status review'"
73+ }
74+ ],
75+ "name" : " @GongRzhe/Calendar-Autoauth-MCP-Server" ,
76+ "repository" : {
77+ "type" : " git" ,
78+ "url" : " https://github.com/GongRzhe/Calendar-Autoauth-MCP-Server"
79+ },
80+ "homepage" : " https://github.com/GongRzhe/Calendar-Autoauth-MCP-Server" ,
81+ "author" : {
82+ "name" : " GongRzhe"
83+ },
84+ "description" : " A Model Context Protocol (MCP) server for Google Calendar integration in Cluade Desktop with auto authentication support. This server enables AI assistants to manage Google Calendar events through natural language interactions." ,
85+ "categories" : [
86+ " Productivity"
87+ ],
88+ "is_official" : false
89+ }
You can’t perform that action at this time.
0 commit comments