Skip to content

Commit f1a3462

Browse files
committed
Add Claude connection instructions to README
1 parent 759ed98 commit f1a3462

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,27 @@ If you find this project useful, consider supporting the developer:
4646

4747
5. Open http://localhost:3000 in your browser and authorize the application with Google.
4848

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+
4970
## MCP Endpoints
5071

5172
- `/mcp/definition` - GET endpoint that returns the capabilities of this MCP server

0 commit comments

Comments
 (0)