File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,27 @@ If you find this project useful, consider supporting the developer:
46
46
47
47
5 . Open http://localhost:3000 in your browser and authorize the application with Google.
48
48
49
+ ## Connecting to Claude
50
+
51
+ To use this MCP server with Claude:
52
+
53
+ 1 . Start the server using ` npm start `
54
+ 2 . Add the following MCP configuration to Claude:
55
+
56
+ ``` json
57
+ {
58
+ "name" : " Google Calendar MCP" ,
59
+ "version" : " 1.0.0" ,
60
+ "description" : " MCP server for Google Calendar access" ,
61
+ "url" : " http://localhost:3000" ,
62
+ "mcpProtocolVersion" : " 0.1"
63
+ }
64
+ ```
65
+
66
+ 3 . In Claude settings, go to Model Context Protocol > Add MCP server
67
+ 4 . Enter the details above (or import a JSON file with these contents)
68
+ 5 . Claude will now be able to manage your Google Calendar
69
+
49
70
## MCP Endpoints
50
71
51
72
- ` /mcp/definition ` - GET endpoint that returns the capabilities of this MCP server
You can’t perform that action at this time.
0 commit comments