Skip to content

answers

Does Doozy work with Claude Code?

Yes, through the hosted Doozy MCP server. The one command that connects it, what Claude Code can do with your to-dos, and what still needs approval.

By Parsa Khazaeepoul, co-founder of doozy
Last reviewed September 4, 2026Pricing verified September 4, 2026

Yes. One command connects them: `claude mcp add --transport http doozy https://api.usedoozy.com/mcp`. After that, Claude Code can read your to-dos, create new ones, hand work to your agents, and push results back. See the full Claude Code + Doozy page.

How it works

Doozy runs a hosted MCP server. Claude Code connects through OAuth with that one command. No local server to run, no config file to edit.

Once connected, Claude Code sees the same to-dos, captures, and agents your team sees in the app. Create a task from a code review, hand research to a Doozy agent, close a to-do when the fix ships. Tasks outlive the terminal session and the whole team can see them.

What Doozy says

"Developers and agents can use the REST API, OpenAPI spec, hosted MCP endpoint, CLI, and llms.txt instructions to inspect and operate the same workspace primitives that the app uses."
usedoozy.com/features

Setup

  1. Run `claude mcp add --transport http doozy https://api.usedoozy.com/mcp`.
  2. Approve the consent screen and pick a workspace.
  3. Ask Claude Code to "list my active to-dos" to confirm it works.

Related

Claude Code + Doozy

Full setup, prompt examples, and what changes when you connect.

Learn more

Cursor + Doozy

Same MCP server, different editor. One-click Add to Cursor button available.

Learn more

Doozy MCP server

All supported clients and how each one connects.

Learn more

Frequently asked questions

Do I need an API key?

Not for Claude Code. It uses the OAuth flow. Clients like Cursor that support custom headers can use an API key instead.

Can Claude Code read my meeting notes?

Yes, if you grant that permission during setup. If it doesn't need meeting content, leave it off.

Can it hand work to a Doozy agent?

Yes. Start an agent run on any to-do and check back for the result.

Does it work with Cursor too?

Yes. See Cursor + Doozy. Same MCP server, different client.

Can I capture coding session TODOs?
Does Doozy learn from my Claude Code sessions?

Tasks and outcomes carry over. The more you complete, the better Doozy gets.

Can Claude Code file tickets through Doozy?
Is this free?

Free forever for up to five people with BYO keys.

Sources

  1. Doozy MCP server (checked 2026-09-04)
  2. Doozy CLI (checked 2026-09-04)