Back to Browse

Mcp MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read and run a user's task board: tasks, schedules, projects, and weekly/monthly/yearly goals.

About

Read and run a user's task board: tasks, schedules, projects, and weekly/monthly/yearly goals.

Remote endpoints: streamable-http: https://app.dooit.so/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "so-dooit-mcp": {
      "url": "https://app.dooit.so/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

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

Reviews

No reviews yet

Be the first to review this server!