Dooray MCP Server

$npx -y @kwanok/dooray-mcp
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 services

Configuration

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.

Frequently Asked Questions

How do I install Dooray MCP Server?

Install Dooray MCP Server by running: npx -y @kwanok/dooray-mcp

What MCP clients work with Dooray MCP Server?

Dooray MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Dooray MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free