1. Guide(Japanese)
Jicoo Developer Potal
  • Create powerful apps with Jicoo's API
  • Quick start
  • Errors
  • Versioning
  • Types
  • API Reference Overview
  • Authentication
  • Guide
    • How to use webhook
    • How to use Account integration
    • Jicoo MCP Server Setup Guide
    • Add the Jicoo MCP Server to Claude
    • Add the Jicoo MCP Server to Claude Code
    • Add the Jicoo MCP Server to Codex
    • Add the Jicoo MCP Server to Gemini CLI
  • Guide(Japanese)
    • アカウント連携の使い方
    • Webhookの使い方
    • ホストの優先度を更新する方法
    • Jicoo MCP Serverの使い方
    • Jicoo MCP サーバ セットアップガイド
    • Jicoo MCP サーバを Claude に追加する
    • Jicoo MCP サーバを Claude Code に追加する
    • Jicoo MCP サーバを Codex に追加する
    • Jicoo MCP サーバを Gemini CLI に追加する
  • API Reference
    • Jicoo API
    • Webhook Schema
      • Webhook schema
      • event property
      • createdAt property
      • object property
      • contact property
      • answers property
      • answers items property
      • tracking property
    • Booking
      • List Bookings
      • Get Booking
      • Cancel Booking
      • Reschedule Booking
      • Create Booking
      • Update Booking
      • Get Booking Contacts
      • Confirm booking request
      • Decline booking request
      • Automatically reassign booking host
      • Reassign booking host
    • Schedule
      • Update Schedule
      • Create Schedule
      • List Schedules
      • Delete Schedule
    • Availability
      • List User Availability Calendars
      • Get User Availability Calendar
    • Oraganization
      • User
        • List Organization Users
        • Delete Organization User
        • Get Organization User
        • Update Organization User
      • Invitation
        • Create Organiztion Invitation
        • List Organization Invitations
        • Get Organization Invitation
        • Delete Organiztion Invitation
      • Get Organization Team
    • Event Types
      • Get Event Type
      • List Event Types
      • List Event Type Hosts
      • Get Event Type Available Schedules
      • Account Integration
      • Update Event Type Host
      • Delete Event Type Host
      • Create Event Type Host
      • Delete Event Type Host Assign Rule
      • Update Event Type Host Assign Rule
      • Create Event Type Host Assign Rule
      • List Event Type Host Assign Rules
      • Update an event type
      • Create an event type
      • Delete an event type
      • Get Event Type Notification
      • Update Event Type Notification
    • Webhook Endpoints
      • List webhook endpoints
      • Create a webhook endpoint
      • Get a webhook endpoint
      • Update a webhook endpoint
      • Delete a webhook endpoint
    • Booking Meeting Intelligence
      • List recordings for a booking
      • List transcripts for a booking
      • List recaps for a booking
    • User
      • Busy Times
      • Get current user profile
      • Update current user profile
      • Update current user profile image
      • Get current user settings
      • Update current user settings
      • List user busy times
    • Conferencing
      • List conferencing connections
      • Connect conferencing provider
      • Disconnect conferencing connection
    • Routing Form
      • List routing forms
      • Get routing form
      • Create routing form response
      • Update routing form response
  • Schemas
    • Booking
    • OrganizationUser
    • OrganizationInvitation
    • UserAvailabilityCalendar
    • OrganizationTeam
    • EventType
    • Host
    • Pagination
    • AvailableSchedule
    • EventTypeUpdateRequest
    • BookingRecording
    • BookingTranscriptSpeakerTimelineSegment
    • BookingRecapSummary
    • EventTypeCreateRequest
    • EventTypeCreateEventType
    • BookingRecapRisk
    • EventTypeDetail
    • EventTypeUpdateLocation
    • WebhookEndpointPublicCreateBody
    • BookingTranscript
    • GeneratedEventTypeUpdateRequest
    • BookingRecordingResponse
    • EventTypeCreateLocation
    • BookingRecap
    • BookingTranscriptResponse
    • ErrorEnvelope
    • WebhookEndpointPublicUpdateBody
    • EventTypeUserUpdate
    • WebhookEndpointCreateResponse
    • EventTypeUpdateForm
    • BookingRecapResponse
    • EventTypeUserCreate
    • EventTypeNotification
    • WebhookEndpoint
    • EventTypeUpdateHostAssignRule
    • EventTypeUpdateWorkflow
    • EventTypeCalendarCreateBody
    • EventTypeCalendarCreate
    • EventTypeSettingCreateBody
    • EventFormCreateBody
    • EventTypeTransparencyKeywordCreateBody
    • EventTypeCreateHostAssignRule
    • Schedule
    • EmptySuccessResponse
    • ErrorResponse
    • Booking Contact
    • HostAssignRule
    • ConferencingProvider
    • BookingReassignParams
    • ConferencingConnectBody
    • ConferencingConnectResponse
    • ConferencingConnectionItem
    • RoutingFormPublicDetailItem
    • RoutingFormPublicListItem
    • RoutingFormPublicWorkflowItem
    • RoutingFormResponseAnswerInput
    • RoutingFormResponseBody
    • RoutingFormResponseResult
    • RoutingFormResponseUpdateBody
    • UsersMeProfile
    • UsersMeProfilePatchBody
    • UsersMeSettings
    • UsersMeSettingsPatchBody
  1. Guide(Japanese)

Jicoo MCP サーバを Claude Code に追加する

Jicoo MCP サーバを Claude Code に追加し、ターミナルから Jicoo の機能を利用する方法を説明します。

前提条件#

MCP エンドポイント: https://mcp.jicoo.com/
Transport: Streamable HTTP
認証方式: OAuth 2.1 + Dynamic Client Registration (DCR)
接続先には上記のルートURLを使用してください。末尾に /mcp を付けると、認可時とトークン更新時の対象URLが一致せず、更新に失敗する場合があります。

セットアップ手順#

ターミナルで次のコマンドを実行します。
Claude Code を起動し、/mcp から jicoo を選択して認証します。ブラウザに表示される Jicoo の認可画面で、利用するチームを選択して承認してください。

設定の確認#

get の出力で接続先URLと登録スコープを確認できます。認証前に Needs authentication と表示された場合は、/mcp から認証してください。

スコープを指定する場合#

--scope local: このプロジェクトで自分だけが利用します。省略時の既定値です。
--scope user: すべてのプロジェクトで自分が利用します。
--scope project: プロジェクトの設定として共有します。
ユーザー全体で使う場合の例です。

以前のURLで登録している場合#

https://mcp.jicoo.com/mcp で登録済みの場合は、登録を削除してルートURLで再登録し、認証し直してください。
1.
claude mcp get jicoo で現在の登録スコープを確認します。
2.
起動中の Claude Code を終了し、同じスコープの登録を削除して再登録します。
3.
Claude Code を起動し、/mcp → jicoo から認証します。
以下は local スコープの場合です。user または project で登録している場合は、両方のコマンドの --scope local を実際のスコープに置き換えてください。

接続・自動更新の確認#

認証後、getBookings と getEventTypes をそれぞれ page=1、perPage=3 で実行し、取得できることを確認します。
トークンの自動更新まで確認する場合は、認証完了から70分以上経過した後、同じ会話で両ツールを再実行してください。アクセストークンの有効期限は1時間です。確認中は手動の再認証や「Clear authentication」を行わず、更新後も取得できることを確認します。
Jicoo MCP サーバ セットアップガイドに戻る
Modified at 2026-09-08 07:22:31
Previous
Jicoo MCP サーバを Claude に追加する
Next
Jicoo MCP サーバを Codex に追加する
Built with