Skip to main content
Glama
ariri48

Dooray MCP Server

by ariri48

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-mcp

2. 설치 마법사 실행

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 메시지, 채널 생성/조회, 초대/내보내기, 메시지 전송/수정/삭제, 답장, 스레드

Contacts

주소록 조회/검색

범용

dooray_api_call — 임의의 Dooray API를 직접 호출하는 escape hatch

삭제 계열 툴은 confirm=true를 명시해야 실제로 실행됩니다.

사용 예시

Claude Code에서 자연어로 요청하세요:

"내 태스크 보여줘"
"파트너신청 프로젝트에 새 태스크 만들어줘"
"태스크 12345678 상태를 완료로 변경해줘"
"이번 주 내 일정 보여줘"
"홍길동에게 메신저로 '회의 10분 뒤 시작' 보내줘"
"위키에 배포 가이드 페이지 만들어줘"

수동 설치 (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

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables integration with Dooray API for comprehensive project management including task operations, comment management, tag organization, search functionality, and user management. Supports task creation, modification, status updates, assignee management, and collaborative features through natural language interactions.
    7
  • F
    license
    B
    quality
    D
    maintenance
    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.
    6

View all related MCP servers

Related MCP Connectors

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

View all MCP Connectors

Latest Blog Posts

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