Todo4Agent
Todo4Agent
Agent 向けの MCP タスクリスト:Agent は MCP 経由で直接タスクを管理でき、あなた自身も画面上で手動管理できます。
機能
タスクグループとタスク管理:新規作成、編集、完了、締め切り、並べ替え
ゴミ箱:誤って削除しても復元可能
マルチユーザー:ユーザーごとにタスクデータが独立しています
JSON インポート / エクスポート:バックアップと移行に便利
デスクトップアプリ(Windows / macOS / Linux)とブラウザ WebUI(デフォルト http://127.0.0.1:3000)
WebUI はデフォルトで
0.0.0.0をリッスンするため、LAN 内の他のデバイスから直接アクセスできます。「設定 → サービス」で外部からのアクセスを無効化(ローカルのみ)したり、ポートを変更したりできます。新規ユーザー登録はデフォルトで有効。「設定 → ユーザー」で無効化できます。
MCP サービス:Agent は標準の MCP プロトコルを通じてタスクリストを直接操作できます。
Related MCP server: TickTick MCP Server
インストール
GitHub Releases から対応プラットフォームのインストーラをダウンロードしてください。
サービス側のポートと外部からのリッスンは「設定 → サービス」で変更できます(デフォルト 3000 / 0.0.0.0 をリッスン)。
初回利用
システムには初期アカウントが用意されています:
ユーザー名:
adminパスワード:
admin123
ログイン後はなるべく早く「設定 → ユーザー」でパスワードを変更してください。自分の新しいアカウントを直接登録することもできます(登録ボタンはデフォルトで有効)。
Agent 連携(MCP)
MCP をサポートする Agent クライアントで以下のように設定します:
{
"mcpServers": {
"todo4agent": {
"command": "todo4agent",
"args": ["mcp"],
"env": {
"TODO4AGENT_USERNAME": "你的用户名",
"TODO4AGENT_PASSWORD": "你的密码"
}
}
}
}Agent はあなたのタスクリストに対して追加・削除・変更・照会、並べ替え、インポート / エクスポートなどの操作を実行できます。ソフトウェアの「Agent 連携」ページからクライアント設定をワンクリックでコピーできます。利用できるツール:
ツール | 説明 |
| アプリのバージョン番号 / リリースページのアドレスを取得 |
| タスクグループ管理(グループを削除すると、その配下のタスクもゴミ箱に入ります) |
| タスクの照会・編集(グループ移動、ステータス変更、締切に対応) |
| 完了の切り替え / 削除(ソフト削除でゴミ箱へ) |
| タスクリスト JSON のエクスポート(画面のエクスポートと同一構造)/ インポート(同名グループはマージ) |
認証情報の説明:MCP 起動時には
TODO4AGENT_USERNAME/TODO4AGENT_PASSWORDでアカウントを指定し、検証する必要があります。 (初回起動時にデータベースが初期アカウント admin / admin123 を自動的に作成します)。検証に失敗すると起動が拒否されます。
データ
タスクデータはローカルの SQLite データベースに保存されます。「設定 → データ」画面から JSON をエクスポート / インポートできます。
ドキュメント
開発者向けドキュメント:DEVELOPMENT.md
更新履歴:CHANGELOG.md
ライセンス:GNU AGPL-3.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA task management MCP server that provides tools to create, list, complete, and delete tasks using pluggable storage backends. It enables users to interact with their task lists through natural language using MCP-compatible clients like Claude Desktop.
- FlicenseNot gradedqualityDmaintenanceEnables interaction with TickTick task management system through MCP, allowing users to view, create, update, complete, and delete tasks and projects via natural language.
- AlicenseNot gradedqualityCmaintenanceProvides Kanban, Gantt, list views, multi-project management, and archiving for task management via MCP protocol, enabling Cherry Studio Agent to create, update, query, and organize tasks.5ISC
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Obsidian tasks with full CRUD operations, querying, and date-based filtering via MCP.5MIT
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlazeSnow/Todo4Agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server