Routineは、2024年11月にAnthropicによって導入されたモデルコンテキストプロトコル(MCP)をサポートしており、AIモデルがRoutineと相互作用することを可能にしている。

モデルコンテキストプロトコル(MCP)
説明
使用方法
ルーチンデスクトップアプリを停止する
使用しているAIデスクトップアプリ(Claude Desktop、Cursor、ChatGPT Desktopなど)にMCPサーバー構成を追加します。
{
"mcpServers": {
"routine": {
"command": "npx",
"args": ["routine-mcp-server"]
}
}
}
それからだ:
AIデスクトップアプリを再起動する
ルーチンを起動する(ROUTINE_RPC_WEBSOCKET環境変数を設定する。)
以下はmacOSでの例である:
$> cd /Applications/Routine.app/Contents/MacOS
ROUTINE_RPC_WEBSOCKET=true ./Routine
バージョン:0.21.0-beta.10.offline
スプーフィングされたオリジン: routine://。
からコントローラデーモンを起動しようとしています:/Applications/Routine.app/Contents/Resources/controller-daemon
__dirname:/Applications/Routine.app/Contents/Resources/app.asar
process.resourcesPath:プロセス.リソースパス:/Applications/Routine.app/Contents/Resources
app.isPackaged: true
パスにコントローラデーモンが存在する
チャンネル: bleeding
frontend: https://bleeding.routine.co/
Vue DevToolsのインストール
Vue Devtoolsのインストール
暫定自動更新フィード URL: https://releases.routine.co/routine/osx-arm64/stable.json
更新をチェックする
(node:12354) DeprecationWarning:'textured'ウィンドウタイプは廃止予定です。
(`Routine --trace-deprecation ...` を使って警告が作成された場所を表示してください)
ℹ️ 2025-06-11 11:53:15 [application] RPC ウェブソケットサーバーを起動しています。
ℹ️ 2025-06-11 11:53:15 [Controller] controller 0.21.0-beta.10.offline listening (macos-arm64)
ログに"Starting the RPC websocket server "とあります。これは、Routineがリクエストの受信をリッスンしていることを示しています。