@jhl8041/dooray-mcp
v0.1.14
Published
MCP server for Dooray
Maintainers
Readme
Dooray MCP Server
MCP server for Dooray! - enabling AI assistants to interact with Dooray projects, tasks, wikis, and more.
설치
NPM (권장)
npm install -g @jhl8041/dooray-mcpSmithery
npx -y @smithery/cli install @jhl8041/dooray-mcp --client claude설정
1. API 토큰 발급 (필수)
두레이 개인설정 > API > 개인 인증 토큰 메뉴에서 생성할 수 있습니다. 가이드
2. 환경변수 등록 (필수)
export DOORAY_API_TOKEN=<발급 받은 API 토큰>MCP 등록
1. Claude Code 등록
claude mcp add -s user dooray-mcp npx @jhl8041/dooray-mcp@latest2. Claude Desktop 설정
설정 파일 위치: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dooray": {
"command": "npx @jhl8041/dooray-mcp@latest",
"env": { "DOORAY_API_TOKEN": "발급받은_토큰" }
}
}
}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- 위키 페이지 첨부파일 삭제
개발
npm run build # 빌드
npm run dev # 개발 모드
npm run watch # Watch 모드Prompts (프롬프트)
사전 정의된 프롬프트 템플릿을 제공합니다:
| Prompt | 설명 |
|--------|------|
| create-task-with-template | 구조화된 템플릿으로 새 업무 생성 (bug, feature, improvement, general) |
| weekly-task-summary | 주간 업무 요약 생성 |
| project-status-report | 프로젝트 상태 리포트 생성 |
| task-review-checklist | 업무 검토 체크리스트 생성 |
Resources (리소스)
컨텍스트 데이터를 제공하는 리소스:
| URI | 설명 |
|-----|------|
| dooray://api/info | Dooray API 정보 및 사용 가능한 도구 목록 |
| dooray://workflows/reference | 워크플로우 상태 참조 가이드 (backlog, registered, working, closed) |
| dooray://priority/reference | 업무 우선순위 참조 가이드 |
라이선스
MIT
