streamable-httpMITupdated 13d ago
This repo is metadata and docs, not source. Dooit's MCP server is hosted — it runs as part of the Dooit app, and its code lives in the product repo. This repo exists because the ecosystem assumes one: server.json wants a repository, aggregators key their claim flow off it, and directory entries are owner/repo shaped.
Dooit 能做什么?
Dooit MCP server
This repo is metadata and docs, not source. Dooit's MCP server is hosted —
it runs as part of the Dooit app, and its code lives in the product repo. This
repo exists because the ecosystem assumes one: server.json
wants a repository, aggregators key their claim flow off it, and directory
entries are owner/repo shaped.
Dooit is a lightweight, keyboard-first personal task manager. The MCP server lets an agent read your board, agenda, projects and weekly/monthly/yearly goals, then create, reschedule, complete, archive and delete tasks on your behalf — in your own timezone, with your own permissions.
Connect
claude mcp add --transport http dooit https://app.dooit.so/mcp
Claude Desktop, claude.ai, ChatGPT, Cursor and other clients take the same URL as a custom connector. Auth is OAuth 2.1 with dynamic client registration — there is no API key.
You need a Dooit account. Reads work on any account; writes require an active subscription and are rate limited.
Docs
- MCP server page — connection guide per client, tools, limits
- Agent guide — the same reference, written for LLMs
- Server card
- Skill —
npx skills add dooit-so/skill
Tools
Context: get_board, get_agenda
Tasks: list_tasks, get_task, create_task, update_task, set_task_done, archive_task, delete_task
Projects: create_project, update_project
Goals: list_goals, create_goal, update_goal
Call get_board first — it returns today's date in the user's timezone plus
the status and project ids every write needs.
License
MIT
安装
把 Dooit 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http dooit https://app.dooit.so/mcpcodex mcp add dooit --url https://app.dooit.so/mcp{
"mcpServers": {
"dooit": {
"url": "https://app.dooit.so/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"dooit": {
"type": "http",
"url": "https://app.dooit.so/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"dooit": {
"url": "https://app.dooit.so/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"dooit": {
"serverUrl": "https://app.dooit.so/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档17/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月28日 |