MCP server for Dooray task and calendar integration
Project description
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
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dooray_mcp-0.2.0.tar.gz
(14.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dooray_mcp-0.2.0.tar.gz.
File metadata
- Download URL: dooray_mcp-0.2.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8694362c906a55040323860bf6e90549aa8e0e25f430f6de724e6ddefd391df7
|
|
| MD5 |
cd2c2e3f072488344a387de601bb6dee
|
|
| BLAKE2b-256 |
4ffd410c172e20bdff542e05d62ce47575510b6343a167ac260832e30e7f039b
|
File details
Details for the file dooray_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dooray_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d633d115de7be2030dadc75cbef743a957159799f4a3027a14154fd6d7eb2ed2
|
|
| MD5 |
03b16ad126dffe8b5b4bd3add3a6c94b
|
|
| BLAKE2b-256 |
6a95ffc98e3f2493a841c9811fb250e3e04dcd5315e038427c47c2c0ce113d17
|