8
n8n 한국어amn8n.com

MCP 캘린더

중급

이것은Building Blocks, AI분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 GoogleCalendarTool, McpTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. AI 대리자를 위한 동적 스케줄링 Google 캘린더 MCP 서버

사전 요구사항
  • AI 서비스 API Key(예: OpenAI, Anthropic 등)

사용된 노드 (7)

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "grxwlyzZb3z4WLAa",
  "meta": {
    "instanceId": "6d46e25379ef430a7067964d1096b885c773564549240cb3ad4c087f6cf94bd3",
    "templateCredsSetupCompleted": true
  },
  "name": "MCP_CALENDAR",
  "tags": [],
  "nodes": [
    {
      "id": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
      "name": "MCP_CALENDAR",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "ceb17fa5-1937-405f-8000-ea3be7d2b032",
      "parameters": {
        "path": "/mcp/:tool/calendar"
      },
      "typeVersion": 1
    },
    {
      "id": "54e84792-4f4a-4501-8aae-e40f06e958c1",
      "name": "GET_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        860,
        240
      ],
      "parameters": {
        "eventId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Event_ID', ``, 'string') }}",
        "options": {},
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "a57a3781407f42b1ad7fe24ce76f558dc6c86fea5f349b7fd39747a2294c1654@group.calendar.google.com",
          "cachedResultName": "ODONTOLOGIA"
        },
        "operation": "get"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "49eGhpwvfLcCZ0h3",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "c428d7b1-aed4-4a18-962e-fd29b8a2ac54",
      "name": "GET_ALL_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        240,
        240
      ],
      "parameters": {
        "options": {
          "orderBy": "startTime",
          "recurringEventHandling": "expand"
        },
        "timeMax": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Before', ``, 'string') }}",
        "timeMin": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('After', ``, 'string') }}",
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "a57a3781407f42b1ad7fe24ce76f558dc6c86fea5f349b7fd39747a2294c1654@group.calendar.google.com",
          "cachedResultName": "ODONTOLOGIA"
        },
        "operation": "getAll",
        "returnAll": true
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "49eGhpwvfLcCZ0h3",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "26fef8a3-5802-4f3d-ae47-b81aad813728",
      "name": "DELETE_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        480,
        240
      ],
      "parameters": {
        "eventId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Event_ID', ``, 'string') }}",
        "options": {},
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "a57a3781407f42b1ad7fe24ce76f558dc6c86fea5f349b7fd39747a2294c1654@group.calendar.google.com",
          "cachedResultName": "ODONTOLOGIA"
        },
        "operation": "delete",
        "descriptionType": "manual"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "49eGhpwvfLcCZ0h3",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "e46ea1b3-8597-46aa-b37a-6660aa72f74d",
      "name": "UPDATE_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        680,
        240
      ],
      "parameters": {
        "eventId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Event_ID', ``, 'string') }}",
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "a57a3781407f42b1ad7fe24ce76f558dc6c86fea5f349b7fd39747a2294c1654@group.calendar.google.com",
          "cachedResultName": "ODONTOLOGIA"
        },
        "operation": "update",
        "updateFields": {},
        "useDefaultReminders": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Use_Default_Reminders', ``, 'boolean') }}"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "49eGhpwvfLcCZ0h3",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "b9c7618d-b79a-4273-a540-3d21a1c0bfb0",
      "name": "AVALIABILITY_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        80,
        240
      ],
      "parameters": {
        "options": {
          "timezone": {
            "__rl": true,
            "mode": "list",
            "value": "America/Sao_Paulo",
            "cachedResultName": "America/Sao_Paulo"
          }
        },
        "timeMax": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('End_Time', ``, 'string') }}",
        "timeMin": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Start_Time', ``, 'string') }}",
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "a57a3781407f42b1ad7fe24ce76f558dc6c86fea5f349b7fd39747a2294c1654@group.calendar.google.com",
          "cachedResultName": "ODONTOLOGIA"
        },
        "resource": "calendar",
        "descriptionType": "manual",
        "toolDescription": "verifica disponibilidade"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "49eGhpwvfLcCZ0h3",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    },
    {
      "id": "4fda260a-4d0c-4bf3-807b-e752f06037ff",
      "name": "CREATE_CALENDAR",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        1000,
        240
      ],
      "parameters": {
        "end": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('End', ``, 'string') }}",
        "start": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Start', ``, 'string') }}",
        "calendar": {
          "__rl": true,
          "mode": "list",
          "value": "a57a3781407f42b1ad7fe24ce76f558dc6c86fea5f349b7fd39747a2294c1654@group.calendar.google.com",
          "cachedResultName": "ODONTOLOGIA"
        },
        "descriptionType": "manual",
        "toolDescription": "CRIA EVENTOS NOVOS COM O GOOGLE API",
        "additionalFields": {
          "description": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Description', ``, 'string') }}"
        },
        "useDefaultReminders": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Use_Default_Reminders', ``, 'boolean') }}"
      },
      "credentials": {
        "googleCalendarOAuth2Api": {
          "id": "49eGhpwvfLcCZ0h3",
          "name": "Google Calendar account"
        }
      },
      "typeVersion": 1.3
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d13dc7da-f510-474c-87be-68fea85c81f2",
  "connections": {
    "54e84792-4f4a-4501-8aae-e40f06e958c1": {
      "ai_tool": [
        [
          {
            "node": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "4fda260a-4d0c-4bf3-807b-e752f06037ff": {
      "ai_tool": [
        [
          {
            "node": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "26fef8a3-5802-4f3d-ae47-b81aad813728": {
      "ai_tool": [
        [
          {
            "node": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e46ea1b3-8597-46aa-b37a-6660aa72f74d": {
      "ai_tool": [
        [
          {
            "node": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c428d7b1-aed4-4a18-962e-fd29b8a2ac54": {
      "ai_tool": [
        [
          {
            "node": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "b9c7618d-b79a-4273-a540-3d21a1c0bfb0": {
      "ai_tool": [
        [
          {
            "node": "10e49f09-5ef8-4945-adcf-f8b99879a31c",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 빌딩 블록, 인공지능

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형2
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Luciano Gutierrez

Luciano Gutierrez

@koresoluciones

🇧🇷 Argentino de 30 anos e fundador da KORE Soluções em Belo Horizonte (MG). Há 1 ano, fornecemos automações, cursos, configurações e manutenção de workflows, ajudando empresas a aumentar eficiência e escalar processos com tecnologia. 🇺🇸 I’m a 30‑year‑old Argentine founder of KORE Soluções in Belo Horizonte (MG). For 1 year, we’ve delivered automations, courses, configuration, and workflow maintenance, helping businesses boost efficiency and scale processes with technology.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34