{"openapi":"3.1.0","info":{"title":"Google Calendar MCP Server","description":"Google Calendar MCP 서버로 AI 에이전트에서 일정 생성·수정·삭제, 가용 시간 조회, 캘린더 공유 관리를 수행할 수 있습니다. 자연어로 미팅을 잡고 일정 충돌을 확인하여 스케줄 관리를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-google-calendar","x-fusepie-category":"communication","x-fusepie-provider":"Google"},"servers":[{"url":"npx -y google-calendar-mcp","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_google_calendar","summary":"Google Calendar MCP Server","description":"Google Calendar MCP 서버로 AI 에이전트에서 일정 생성·수정·삭제, 가용 시간 조회, 캘린더 공유 관리를 수행할 수 있습니다. 자연어로 미팅을 잡고 일정 충돌을 확인하여 스케줄 관리를 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-google-calendar":{"command":"npx","args":["-y","@fusepie/mcp-mcp-google-calendar"],"env":{"API_KEY":""}}}}}