Manage schedules using the Dooray API. Requires API key, member ID, and calendar ID to be configured.
Dooray API를 활용한 일정 관리 MCP 서버입니다.
To install Dooray Schedule Manager for Claude Desktop automatically via Smithery:
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
pip install -e .
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
Contract and template management for drafting, reviewing, and sending binding contracts.
Provides AI assistants with direct access to the n8n automation platform.
Manages configurations for MCP clients, automatically detecting file paths based on OS and client.
A text enhancement tool that transforms story content into rich, detailed narratives using advanced literary techniques and heuristic analysis.
Official Taskeract MCP Server for integrating your Taskeract project tasks and load the context of your tasks into your MCP enabled app.
Interact with Microsoft OneNote using AI language models like Claude and other LLMs.
Generate high-quality text-to-speech and text-to-voice outputs using the DAISYS platform.
A simple note storage system that allows adding and summarizing notes using a custom URI scheme.
Interact with Asana tasks, projects, workspaces, and comments using the Asana API.
Integrates with Google Calendar to manage events, reminders, and schedules using OAuth 2.0.