We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alDuncanson/gcal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•703 B
# gcal-mcp
[](https://pypi.org/project/gcal-mcp/)
[](https://github.com/alDuncanson/gcal-mcp/actions/workflows/ci.yml)
[](https://github.com/alDuncanson/gcal-mcp/actions/workflows/release.yml)
A [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server for
Google Calendar that uses OAuth 2.0 with PKCE for secure authentication.
### Bring your own Oauth client
To use your own OAuth client credentials:
```bash
gcal-mcp --credentials /path/to/credentials.json
```