Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Dooray

FreeNot checked

MCP server for Dooray task and calendar integration

GitHubEmbed

About

MCP server for Dooray task and calendar integration

README

MCP server for Dooray project management and messenger integration.

Features

  • Task Management: Create, list, get, update tasks / Change workflow / Mark as done
  • Comments: List, add, update, delete comments on tasks
  • Project: Get project details, list workflows
  • Milestones: Full CRUD (create, list, get, update, delete)
  • Tags: Create, list, get tags
  • Templates: Full CRUD for post templates
  • Members: Search organization members, manage project members
  • Messenger: Create channels, send messages, DM, manage channel members

Installation

pip install dooray-mcp

Configuration

Create a .env file:

DOORAY_API_KEY=your-api-key

Usage

MCP Server (for Claude Desktop, Cursor, etc.)

{
  "mcpServers": {
    "dooray": {
      "command": "dooray-mcp"
    }
  }
}

CLI

# Tasks
dooray task list --project-id YOUR_PROJECT_ID
dooray task create --project-id YOUR_PROJECT_ID --subject "New Task"
dooray task set-done TASK_ID --project-id YOUR_PROJECT_ID

# Comments
dooray comment list TASK_ID --project-id YOUR_PROJECT_ID
dooray comment add TASK_ID --project-id YOUR_PROJECT_ID --content "Comment"

# Project & Milestones
dooray project get PROJECT_ID
dooray milestone list --project-id YOUR_PROJECT_ID

# Members & Messenger
dooray member search --name "John"
dooray messenger send --channel-id CH_ID --content "Hello"

For full CLI reference, see docs/tools-reference.md.

MCP Tools (32 tools)

Domain Tools Operations
Task 6 list, get, create, update, set-workflow, set-done
Comment 4 list, add, update, delete
Project 2 get, list-workflows
Milestone 5 list, get, create, update, delete
Tag 3 list, get, create
Template 5 list, get, create, update, delete
Member 4 search, list-project, get-project, add-project
Messenger 6 list-channels, create-channel, send, dm, join, leave

For detailed tool documentation, see docs/tools-reference.md.

Development

pip install -e ".[dev]"
pytest

from github.com/kwanok/dooray-mcp

Installing Dooray

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/kwanok/dooray-mcp

FAQ

Is Dooray MCP free?

Yes, Dooray MCP is free — one-click install via Unyly at no cost.

Does Dooray need an API key?

No, Dooray runs without API keys or environment variables.

Is Dooray hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Dooray in Claude Desktop, Claude Code or Cursor?

Open Dooray on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Dooray with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs