Dooray MCP Server
Provides tools for interacting with Dooray Messenger, enabling messaging, channel management, invitations, threads, and more.
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 my open tasks"
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
Dooray 태스크 관리를 위한 Model Context Protocol 서버입니다. Claude Code에서 Dooray 태스크를 조회, 생성, 수정할 수 있습니다.
📖 사용 가이드: GUIDE.md 🔄 자동 업데이트: Claude Code 시작 시 최신 코드가 자동 반영됩니다 (v2.1+). 그 이전 버전 사용자는 마지막으로 한 번만
git pull해주세요.
설치 (3단계)
1. 레포 복제
git clone https://github.com/ariri48/dooray-mcp.git
cd dooray-mcp2. 설치 마법사 실행
python setup.py마법사가 아래를 자동 처리합니다:
Dooray API 토큰 입력 및
.env생성Python 의존성 설치
API 연결 검증
프로젝트 자동 탐색
Claude Code MCP 서버 등록
3. Claude Code 재시작
Claude Code를 새로 시작하면 바로 사용할 수 있습니다.
Related MCP server: Dooray MCP Server
사전 준비
Python 3.10 이상
Claude Code 설치 완료
Dooray API 토큰: Dooray > 설정 > API 토큰에서 발급
주요 기능
Dooray 서비스 API 문서의 전체 엔드포인트를 지원합니다. (150개 이상의 MCP 툴)
서비스 | 기능 |
Project (업무) | 태스크 CRUD, 상태/담당자/태그/마일스톤 변경, 댓글, 첨부파일, 검색, 일괄 처리 |
Project (관리) | 프로젝트 생성/조회, 워크플로우·태그·마일스톤·템플릿 CRUD, 멤버/멤버그룹, 이메일 주소, 이벤트 훅 |
Common | 조직 멤버 검색/조회, 내 정보, Incoming Hook, 스트림(알림 피드) |
Calendar | 캘린더 CRUD, 일정 생성/조회/수정/삭제, 구성원 관리 |
Drive | 드라이브/파일 목록, 업로드/다운로드, 폴더 생성, 복사/이동, 공유 링크 CRUD |
Wiki | 위키/페이지 CRUD, 제목·본문·참조자 변경, 페이지 이동, 댓글 CRUD, 첨부파일, 공유 링크 |
Messenger | 1:1 메시지, 채널 생성/조회, 초대/내보내기, 메시지 전송/수정/삭제, 답장, 스레드 |
Reservation | 자원(회의실) 카테고리/목록, 예약 가능 자원 조회, 예약 CRUD |
Contacts | 주소록 조회/검색 |
범용 |
|
삭제 계열 툴은 confirm=true를 명시해야 실제로 실행됩니다.
사용 예시
Claude Code에서 자연어로 요청하세요:
"내 태스크 보여줘"
"파트너신청 프로젝트에 새 태스크 만들어줘"
"태스크 12345678 상태를 완료로 변경해줘"
"이번 주 내 일정 보여줘"
"홍길동에게 메신저로 '회의 10분 뒤 시작' 보내줘"
"위키에 배포 가이드 페이지 만들어줘"
"내일 오후 2시에 회의실 예약해줘"수동 설치 (setup.py 없이)
pip install mcp[cli] requests python-dotenv
cp .env.example .env
# .env 파일에 API 토큰 입력
claude mcp add dooray-mcp -s user -- python /path/to/dooray-mcp/run_server.py라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ariri48/dooray-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server