The Dooray MCP Server enables AI assistants to integrate with Dooray's project management platform for comprehensive task, project, wiki, and collaboration management.
Core Capabilities:
User & Project Management: Retrieve authenticated user information and member details, list active projects with detailed information, view project members and member groups, and extract project IDs from Dooray URLs.
Task Management: Create, read, update, and search tasks with powerful filtering by assignees, status, due dates, tags, and milestones. Access complete task details including body content, attachments, and hierarchy. Manage task comments (create, list, and update discussions excluding email-based comments). Update workflow status and track task progress through different states (backlog, registered, working, closed).
Templates: List, view, create, update, and delete project task templates. Use templates for standardized task creation with guided interactive workflows including template selection, member assignment, and mandatory tag handling.
Tags & Organization: List tags organized by groups, handle mandatory tag requirements for task creation/updates, and manage milestones for organizing tasks by releases or sprints.
File Management: Upload, list, download, and delete attachments with metadata retrieval. Attach files to tasks and comments.
Wiki Management: Create, read, update, and manage wiki pages and comments with full markdown/HTML content support.
Advanced Features: URL pattern recognition for automatic project and task ID extraction, pagination support for list operations with configurable page sizes, and advanced filtering and sorting capabilities for tasks by date ranges, members, status, and tags.
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 all open tasks in the marketing project"
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! - enabling AI assistants to interact with Dooray projects, tasks, wikis, and more.
설치
NPM (권장)
Smithery
설정
1. API 토큰 발급 (필수)
두레이 개인설정 > API > 개인 인증 토큰 메뉴에서 생성할 수 있습니다. 가이드
2. 환경변수 등록 (필수)
MCP 등록
1. Claude Code 등록
2. Claude Desktop 설정
설정 파일 위치: ~/Library/Application Support/Claude/claude_desktop_config.json
Tool 목록
공통
get-my-member-info- 사용자 정보 조회
프로젝트
get-project-list- 프로젝트 목록get-project- 프로젝트 상세정보get-project-workflow-list- 업무 상태 목록get-task-list- 업무 검색/필터링get-task- 업무 상세정보create-task- 업무 생성update-task- 업무 수정create-task-comment- 댓글 작성get-task-comment-list- 댓글 목록update-task-comment- 댓글 수정 (이메일 댓글 수정 불가)get-milestone-list- 마일스톤 목록get-tag-list- 태그 목록get-tag- 태그 상세정보create-tag- 태그 생성 (개별/그룹 태그)update-tag-group- 태그 그룹 설정 수정get-project-template-list- 템플릿 목록get-project-template- 템플릿 상세정보create-project-template- 템플릿 생성update-project-template- 템플릿 수정delete-project-template- 템플릿 삭제get-project-member-list- 프로젝트 멤버 목록get-project-member-group-list- 멤버 그룹 목록
첨부파일
upload-attachment- 파일 업로드get-attachment-list- 첨부파일 목록get-attachment-metadata- 첨부파일 메타데이터download-attachment- 파일 다운로드 (savePath 옵션으로 로컬 저장 지원)delete-attachment- 첨부파일 삭제
드라이브
get-drive-list- 드라이브 목록 (개인/프로젝트)get-drive-file-list- 파일/폴더 목록 조회get-drive-file-meta- 파일 메타정보 조회 (file ID만으로)create-drive-folder- 폴더 생성rename-drive-file- 파일/폴더 이름 변경move-drive-file- 파일/폴더 이동 (휴지통 이동 포함)copy-drive-file- 파일 복사delete-drive-file- 휴지통 파일 영구삭제upload-drive-file- 파일 업로드download-drive-file- 파일 다운로드 (savePath 옵션으로 로컬 저장 지원)update-drive-file- 파일 새버전 업로드
위키
get-wiki-list- 위키 목록get-wiki-page-list- 위키 페이지 목록get-wiki-page- 위키 페이지 상세정보create-wiki-page- 위키 페이지 생성update-wiki-page- 위키 페이지 수정get-wiki-page-comment-list- 위키 페이지 댓글 목록get-wiki-page-comment- 위키 페이지 댓글 상세정보create-wiki-page-comment- 위키 페이지 댓글 작성update-wiki-page-comment- 위키 페이지 댓글 수정delete-wiki-page-comment- 위키 페이지 댓글 삭제
위키 파일
upload-wiki-file- 위키에 파일 업로드 (페이지 생성 전 pre-upload용, attachFileId 반환)upload-wiki-page-file- 기존 위키 페이지에 파일 업로드download-wiki-page-file- 위키 페이지 첨부파일 다운로드 (fileId 사용, savePath 옵션으로 로컬 저장 지원)download-wiki-attach-file- 위키 첨부파일 다운로드 (attachFileId 사용, savePath 옵션으로 로컬 저장 지원)delete-wiki-page-file- 위키 페이지 첨부파일 삭제
개발
Prompts (프롬프트)
사전 정의된 프롬프트 템플릿을 제공합니다:
Prompt | 설명 |
| 구조화된 템플릿으로 새 업무 생성 (bug, feature, improvement, general) |
| 주간 업무 요약 생성 |
| 프로젝트 상태 리포트 생성 |
| 업무 검토 체크리스트 생성 |
Resources (리소스)
컨텍스트 데이터를 제공하는 리소스:
URI | 설명 |
| Dooray API 정보 및 사용 가능한 도구 목록 |
| 워크플로우 상태 참조 가이드 (backlog, registered, working, closed) |
| 업무 우선순위 참조 가이드 |
라이선스
MIT