Skip to main content
Glama

Dooray MCP Server

by mskim8717

Dooray MCP Server

Dooray API를 활용한 일정 관리 MCP 서버입니다.

기능

  • Dooray API를 통한 일정 추가
  • 시작/종료 시간 자동 설정
  • 위치 및 설명 정보 지원

설치 방법

Installing via Smithery

To install Dooray Schedule Manager for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @mskim8717/dooray-mcp --client claude

Manual Installation

  1. 저장소 클론
git clone https://github.com/mskim8717/dooray-mcp.git cd dooray-mcp
  1. 가상환경 생성 및 활성화
python -m venv .venv source .venv/bin/activate # Linux/Mac # 또는 .\.venv\Scripts\activate # Windows
  1. 의존성 설치
pip install -e .

MCP 클라이언트 연동을 위한 준비

Claude, Cursor와 같은 MCP 클라이언트 애플리케이션에서 로컬 MCP 서버를 연동하려면, 서버 실행에 필요한 Python 실행 파일 경로와 MCP 서버 스크립트 경로를 JSON 설정에 입력해야 합니다.

내 경로에 알맞게 mcp.json을 수정해둡니다.

✅ macOS / Linux 예시

{ "mcpServers": { "dooray-mcp": { "command": "/Users/yourname/project/.venv/bin/python", "args": [ "/Users/yourname/project/src/dooray-mcp-server.py" ] } } }

환경변수 설정

.env 파일을 생성하고 다음 변수들을 설정하세요:

DOORAY_API_KEY=your_api_key DOORAY_MEMBER_ID=your_member_id DOORAY_CALENDAR_ID=your_calendar_id

사용 방법

서버 실행:

python src/dooray-mcp-server.py

프로젝트 구조

dooray-mcp/ ├── src/ │ └── dooray-mcp-server.py ├── pyproject.toml ├── README.md └── LICENSE

라이선스

MIT License

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

A server that enables management of schedules through the Dooray API, allowing users to add events with automated time settings and support for location and description information.

  1. 기능
    1. 설치 방법
      1. Installing via Smithery
      2. Manual Installation
    2. MCP 클라이언트 연동을 위한 준비
      1. 환경변수 설정
        1. 사용 방법
          1. 프로젝트 구조
            1. 라이선스

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                Server for Google Calendar integration in Cluade Desktop with auto authentication support. This server enables AI assistants to manage Google Calendar events through natural language interactions.
                Last updated -
                22
                6
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                Enables comprehensive calendar management with capabilities to create, list, update, and delete events through a Model Context Protocol server integrated with Google Calendar.
                Last updated -
                13
                1
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
                Last updated -
                2
                Python
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                Model Context Protocol server that provides seamless access to Google Calendar API with asynchronous operation support, enabling efficient calendar management through a standardized interface.
                Last updated -
                Python
                • Apple
                • Linux

              View all related MCP servers

              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/mskim8717/dooray-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server