Dooray MCP Server
About
Manage schedules using the Dooray API. Requires API key, member ID, and calendar ID to be configured.
Details
- Author
- mskim8717
- Categories
- Productivity, Other, API
Jump to
Setup
Install Dooray MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/mskim8717/dooray-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
- Dooray API를 통한 일정 추가
- 시작/종료 시간 자동 설정
- 위치 및 설명 정보 지원
To install Dooray Schedule Manager for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @mskim8717/dooray-mcp --client claude
git clone https://github.com/mskim8717/dooray-mcp.git cd dooray-mcp
python -m venv .venv source .venv/bin/activate # Linux/Mac # 또는 .\.venv\Scripts\activate # Windows
Claude, Cursor와 같은 MCP 클라이언트 애플리케이션에서 로컬 MCP 서버를 연동하려면, 서버 실행에 필요한 Python 실행 파일 경로와 MCP 서버 스크립트 경로를 JSON 설정에 입력해야 합니다.
{ "mcpServers": { "dooray-mcp": { "command": "/Users/yourname/project/.venv/bin/python", "args": [ "/Users/yourname/project/src/dooray-mcp-server.py" ] } } }
DOORAY_API_KEY=your_api_key DOORAY_MEMBER_ID=your_member_id DOORAY_CALENDAR_ID=your_calendar_id
dooray-mcp/ ├── src/ │ └── dooray-mcp-server.py ├── pyproject.toml ├── README.md └── LICENSE
Integrates with the Cal.com Calendar API for appointment scheduling.
Connects AI agents to the Feishu/Lark platform to automate document processing, conversation management, and calendar scheduling via its OpenAPI.
Connect AI agents to Feishu/Lark APIs for automating tasks like document processing, conversation management, and calendar scheduling.
Connect AI agents to Feishu/Lark APIs for document processing, conversation management, and calendar scheduling.
Integrates with the Google Calendar API to read, create, update, and delete calendar events.
Access Microsoft services like Outlook, Calendar, and OneDrive via the Microsoft Graph API.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Turn your Make scenarios into callable tools for AI assistants.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





