Monday.com MCP サーバー
monday.com 用の MCP サーバー。MCP クライアントが Monday.com のボード、アイテム、更新、ドキュメントを操作できるようになります。
コンポーネント
ツール
サーバーは次のツールを実装します。
monday-create-item: Monday.com ボードに新しいアイテムまたはサブアイテムを作成しますmonday-get-board-groups: 指定されたMonday.comボードからすべてのグループを取得します。monday-create-update: Monday.com のアイテムにコメント/更新を作成しますmonday-list-boards: Monday.com の利用可能なすべてのボードを一覧表示しますmonday-list-items-in-groups: Monday.com ボードの指定されたグループ内のすべてのアイテムを一覧表示しますmonday-list-subitems-in-items: 指定された Monday.com アイテムのすべてのサブアイテムを一覧表示しますmonday-create-board: Monday.com の新しいボードを作成しますmonday-create-board-group: Monday.com のボードに新しいグループを作成しますmonday-move-item-to-group: Monday.com のアイテムを別のグループに移動するmonday-delete-item: Monday.com のアイテムを削除しますmonday-archive-item: Monday.com のアイテムをアーカイブしますmonday-get-item-updates: 特定のアイテムの更新/コメントを取得しますmonday-get-docs: Monday.com 内のドキュメントを一覧表示します。オプションでフォルダー別にフィルタリングできます。monday-get-doc-content: 特定の文書の内容を取得しますmonday-create-doc: Monday.com に新しいドキュメントを作成しますmonday-add-doc-block: 既存のドキュメントにブロックを追加します
設定
ここの手順に従って、Monday.com で個人用 API トークンを作成し、保存します。
Monday.com ワークスペースの URL からワークスペース名を取得します。たとえば、URL が
https://myworkspace.monday.com/の場合、ワークスペース名はmyworkspaceなります。
クイックスタート
インストール
クロードデスクトップ
MacOSの場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
uvxの使用
Dockerの使用
鍛冶屋を使う
Smithery経由で Claude Desktop 用の Monday.com MCP Server を自動的にインストールするには:
発達
建築と出版
配布用のパッケージを準備するには:
依存関係を同期し、ロックファイルを更新します。
パッケージディストリビューションをビルドします。
これにより、 dist/ディレクトリにソースとホイールのディストリビューションが作成されます。
PyPI に公開:
注: 環境変数またはコマンド フラグを使用して PyPI 資格情報を設定する必要があります。
トークン:
--tokenまたはUV_PUBLISH_TOKENまたはユーザー名/パスワード:
--username/UV_PUBLISH_USERNAMEおよび--password/UV_PUBLISH_PASSWORD
デバッグ
MCPサーバーはstdio経由で実行されるため、デバッグが困難になる場合があります。最適なデバッグ環境を実現するには、 MCP Inspectorの使用を強くお勧めします。
次のコマンドを使用して、 npm経由で MCP Inspector を起動できます。
起動すると、ブラウザでアクセスしてデバッグを開始できる URL がインスペクタに表示されます。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
MCP クライアントが Monday.com のボードと対話できるようにし、アイテム、サブアイテム、コメントの作成と管理、ボード情報の取得が可能になります。
Related Resources
Related MCP Servers
- -security-license-qualityAn MCP server that enables interaction with the Monday.com API for managing boards, workspaces, and items, supporting both individual and bulk operations with comprehensive error handling.
- -security-license-qualityAn MCP server that enables scheduling, updating, deleting, and listing calendar appointments through Cal.com's Calendar API.Last updated -2
- -security-license-qualityMCP server that enables collection of data from BuildingLink, providing access to occupant profiles, vendors, deliveries, library items, announcements, and other building-related information.Last updated -0MIT License
- MIT License