MCP server for Dooray task and calendar integration
Project description
Dooray MCP Server
MCP server for Dooray task and calendar integration.
Features
- List tasks with filtering (workflow, assignee, milestone, etc.)
- Get task details
- List, add, update, delete comments
Installation
pip install -e .
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
# List tasks
dooray task list --project-id YOUR_PROJECT_ID
dooray task list --workflow working
# Get task details
dooray task get TASK_ID
# Comments
dooray comment list TASK_ID
dooray comment add TASK_ID --content "Your comment"
dooray comment update TASK_ID COMMENT_ID --content "Updated"
dooray comment delete TASK_ID COMMENT_ID
MCP Tools
| Tool | Description |
|---|---|
dooray_list_tasks |
List tasks with filtering |
dooray_get_task |
Get task details |
dooray_list_comments |
List comments |
dooray_add_comment |
Add comment |
dooray_update_comment |
Update comment |
dooray_delete_comment |
Delete comment |
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.1.2.tar.gz
(6.8 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.1.2.tar.gz.
File metadata
- Download URL: dooray_mcp-0.1.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a242ce140acac41a1fc18ff955f492b6e6a01adf3cf12d2eae43da22df6e75e6
|
|
| MD5 |
4592835999f68c7b7e7ce8e463fbd5f0
|
|
| BLAKE2b-256 |
3874db8af0907028a6598cfd5b81e5a71acc684f9ded0c1f92e056ca766d88b4
|
File details
Details for the file dooray_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: dooray_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
302dbe33897922314fddf3b446859ef97da8c797985f18614a870664f1dd5165
|
|
| MD5 |
ea41ec57d58f54c7fbbf1d77c14870e5
|
|
| BLAKE2b-256 |
1eee86536799c45ef58510376afbb5cbd326e705291660f80a6dad3f6f4ce30e
|