MCP タスクマネージャー
タスク管理用のモデルコンテキストプロトコルサーバー。これにより、Claude Desktop(または任意のMCPクライアント)は、キューベースのシステムでタスクを管理および実行できます。
クイックスタート(ユーザー向け)
前提条件
Node.js 18+ (
brew install node
でインストール)Claude Desktop ( https://claude.ai/desktopからインストール)
構成
Claude Desktop 構成ファイルを開きます:
~/Library/Application Support/Claude/claude_desktop_config.json
これは、Claude デスクトップ メニューから見つけることができます。
クロードデスクトップを開く
MacのメニューバーでClaudeをクリック
「設定」をクリック
「開発者」をクリック
設定に以下を追加します。
開発者向け
前提条件
Node.js 18+ (
brew install node
でインストール)Claude Desktop ( https://claude.ai/desktopからインストール)
tsx (
npm install -g tsx
でインストール)
インストール
開発構成
Claude Desktop がインストールされ、実行されていることを確認してください。
まだインストールしていない場合は、tsx をグローバルにインストールします。
Claude Desktop の設定を変更してください:
~/Library/Application Support/Claude/claude_desktop_config.json
MCP クライアントの構成に以下を追加します。
利用可能な操作
TaskManager は、主に 2 つの操作フェーズをサポートします。
計画段階
ユーザーからタスクリスト(文字列の配列)を受け取ります
タスクをキューとして内部に保存します
実行プラン(タスクの概要、タスクID、現在のキューのステータス)を返します
実行フェーズ
要求に応じてキューから次のタスクを返します
タスク完了のフィードバックメカニズムを提供する
完了したタスクをキューから削除します
次のタスクの実行を準備する
パラメータ
action
: 「計画」 | 「実行」 | 「完了」tasks
: タスク文字列の配列(「計画」アクションに必要)taskId
: タスク識別子(「完了」アクションに必要)getNext
: 次のタスクを要求するブールフラグ(「実行」アクション用)
使用例
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Claude Desktop がキューベースのシステムでタスクを管理および実行し、計画、実行、完了の各フェーズをサポートできるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityModel Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.Last updated -10361193MIT License
- -securityFlicense-qualityA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.Last updated -3
- AsecurityFlicenseAqualityA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.Last updated -40
- -securityAlicense-qualityA Model Context Protocol server that enables Claude Desktop to perform file operations like reading, writing, listing directories, and managing files through natural language commands.Last updated -MIT License
Appeared in Searches
- An MCP for managing lifestyle, coordinating daily routines, exercise, and study tasks
- Todo List for Remote Management of MCP
- A system for task management and integration with AI editors using multiple LLMs
- Understanding Batch Processing in Computing or Operations
- A task management app for scheduling appointments