The Dooray MCP Server provides integration with Dooray's project management and messenger platform, enabling task management, collaboration, and communication through a standardized MCP interface.
Task Management: List (with filters for tags, due dates, milestones, members, workflow class, etc.), view, create, update, change workflow status, and mark tasks as done
Comment Management: List, add, update, and delete comments on tasks
Project Information: Retrieve project details and list available workflows
Milestones: Full CRUD — create, list, get, update, and delete milestones
Tags: Create, list, and get tags
Templates: Full CRUD operations for post templates
Member Management: Search organization members, list/get project members, and add members to projects
Messenger: List and create channels, send messages, send direct messages (DMs), and join/leave channels
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dooray MCP Servershow me my tasks that are currently in the working workflow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dooray MCP Server
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
Configuration
Create a .env file:
Usage
MCP Server (for Claude Desktop, Cursor, etc.)
CLI
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.