{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_4xsnzb6f2ukz","handle":"youyo-google-calendar-mcp","url":"https://wellknown.network/agents/youyo-google-calendar-mcp","links":{"self":"https://wellknown.network/agents/youyo-google-calendar-mcp/record.json","html":"https://wellknown.network/agents/youyo-google-calendar-mcp","markdown":"https://wellknown.network/agents/youyo-google-calendar-mcp/record.md","api":"https://wellknown.network/api/v1/agents/youyo-google-calendar-mcp","status":"https://wellknown.network/api/v1/agents/youyo-google-calendar-mcp/status","claim":"https://wellknown.network/agents/youyo-google-calendar-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/youyo-google-calendar-mcp/claim.json","badge":"https://wellknown.network/agents/youyo-google-calendar-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:youyo-google-calendar-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"google-calendar-mcp","summary":"Google Calendar MCP Server with Service Account authentication","description":"# Google Calendar MCP\n\nGoogle Calendar MCP is a Model Context Protocol (MCP) server implementation in Python with Service Account authentication.\n\n[日本語 README はこちら](README_ja.md)\n\n## Overview\n\nThis project implements the Google Calendar API as an MCP server in Python. It is a port from the original TypeScript version, with authentication changed from OAuth 2.0 to Service Account.\n\n## Features\n\n- Python 3.13 support\n- MCP (Model Context Protocol) server implementation\n- Google Calendar API integration\n- Service Account authentication\n- Dependency management with uv\n\n## Requirements\n\n- Python 3.13 or higher\n- A Google Cloud Platform project and a valid Service Account\n- The Service Account must have access to the Google Calendar API\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/youyo/google-calendar-mcp.git\ncd google-calendar-mcp\n\n# Install dependencies\nuv pip install -r requirements.txt\n```\n\n## Configuration\n\n1. Create a project in Google Cloud Platform and enable the Google Calendar API.\n2. Create a Service Account and download the JSON key file.\n3. Set the environment variable `GOOGLE_APPLICATION_CREDENTIALS` to the path of the JSON key file.\n\n```bash\nexport GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json\n```\n\nOptionally, you can set the default calendar ID via the environment variable:\n\n```bash\nexport GOOGLE_CALENDAR_ID=your-calendar-id@example.com\n```\n\nIf not specified in arguments, this value will be used as the default calendarId.\n\n### Example: MCP configuration file\n\nTo use this server with an MCP client, add the following to your MCP configuration file.\nSet both `GOOGLE_APPLICATION_CREDENTIALS` and `GOOGLE_CALENDAR_ID` in the `env` section to specify authentication and the default calendar:\n\n```json\n{\n  \"mcpServers\": {\n    \"google-calendar-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"google-calendar-mcp@latest\"],\n      \"env\": {\n        \"GOOGLE_APPLICATION_CREDENTIALS\": \"/path/to/service-account.json\",\n        \"…","publisher":{"name":"youyo","url":null},"homepage":null,"repository":null,"version":"0.0.8","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:google-calendar-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"productivity.calendar","name":"Calendar & Scheduling","confidence":1,"provenance":"derived"},{"slug":"infra.cloud","name":"Cloud Platforms","confidence":0.917,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.836,"provenance":"derived"}],"categories":["dev","infra","productivity","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"google-calendar-mcp","registry":"pypi","observedAt":"2026-09-09T16:25:36.787Z","publishedAt":"2025-05-02T04:53:22.399429Z","latestVersion":"0.0.8"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"google-calendar-mcp","url":"https://pypi.org/project/google-calendar-mcp/","firstSeenAt":"2026-09-09T16:24:25.534Z","fetchedAt":"2026-09-09T16:24:25.534Z","normalizedAt":"2026-09-09T16:24:25.534Z"}]},"firstSeenAt":"2026-09-09T16:24:25.534Z","updatedAt":"2026-09-09T16:25:36.787Z"}