Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Dooray Server

БесплатноНе проверен

Enables interaction with Dooray's task and calendar management system, allowing users to filter and list tasks, retrieve details, and manage task comments. It p

GitHubEmbed

Описание

Enables interaction with Dooray's task and calendar management system, allowing users to filter and list tasks, retrieve details, and manage task comments. It provides a set of tools for seamless integration with MCP-compatible clients like Claude Desktop and Cursor.

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

Установить Dooray Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install dooray-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add dooray-mcp-server -- uvx dooray-mcp

Пошаговые гайды: как установить Dooray Server

FAQ

Dooray Server MCP бесплатный?

Да, Dooray Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Dooray Server?

Нет, Dooray Server работает без API-ключей и переменных окружения.

Dooray Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Dooray Server в Claude Desktop, Claude Code или Cursor?

Открой Dooray Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Dooray Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity