README.md
Enables interaction with Dooray's task and calendar management system.
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.
Tools (3)
list_tasksFilter and list tasks from the Dooray system.get_task_detailsRetrieve detailed information about a specific task.manage_task_commentsAdd or retrieve comments for a specific task.Environment Variables
DOORAY_API_TOKENrequiredAPI token for authenticating with Dooray servicesConfiguration
claude_desktop_config.json
{
"mcpServers": {
"dooray": {
"command": "npx",
"args": ["-y", "@kwanok/dooray-mcp"],
"env": {
"DOORAY_API_TOKEN": "your_api_token_here"
}
}
}
}Try it
→List all my pending tasks in the Dooray project.
→Get the full details and description for Dooray task #123.
→Add a comment to task #456 saying that the documentation is now complete.
→Show me the recent comments on my assigned tasks in Dooray.