Dooray MCP Server
Click on "Deploy 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 Serveradd a team meeting tomorrow at 2pm about the Q3 roadmap"
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
This is a schedule management MCP server that utilizes Dooray API.
function
Adding Schedule via Dooray API
Automatically set start/end times
Support for location and description information
Related MCP server: MCP Naver Maps
How to install
Installing via Smithery
To install Dooray Schedule Manager for Claude Desktop automatically via Smithery :
npx -y @smithery/cli install @mskim8717/dooray-mcp --client claudeManual Installation
Clone the repository
git clone https://github.com/mskim8717/dooray-mcp.git
cd dooray-mcpCreating and activating a virtual environment
python -m venv .venv
source .venv/bin/activate # Linux/Mac
# 또는
.\.venv\Scripts\activate # WindowsInstalling dependencies
pip install -e .Preparing for MCP Client Integration
To connect to a local MCP server from an MCP client application like Claude or Cursor, you need to enter the path to the Python executable needed to run the server and the path to the MCP server script in the JSON settings.
Modify mcp.json to suit your path.
✅ macOS / Linux example
{
"mcpServers": {
"dooray-mcp": {
"command": "/Users/yourname/project/.venv/bin/python",
"args": [
"/Users/yourname/project/src/dooray-mcp-server.py"
]
}
}
}Setting environment variables
Create a .env file and set the following variables:
DOORAY_API_KEY=your_api_key
DOORAY_MEMBER_ID=your_member_id
DOORAY_CALENDAR_ID=your_calendar_idHow to use
Running the server:
python src/dooray-mcp-server.pyProject Structure
dooray-mcp/
├── src/
│ └── dooray-mcp-server.py
├── pyproject.toml
├── README.md
└── LICENSELicense
MIT License
This server cannot be deployed
Maintenance
Related MCP Connectors
A MCP server that works with Google Calendar to manage event listing, reading, and updates.
A MCP server that works with Outlook Calendar to manage event listing, reading, and updates.
MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.
Eventify MCP server — manage events, attendees, sessions, speakers, sponsors, and analytics.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables scheduling, updating, deleting, and listing calendar appointments through Cal.com's Calendar API.43-
- AlicenseBqualityDmaintenanceA server that connects to Naver Maps and Search APIs, enabling geocoding and local search functionality for Korean locations.22MIT
- AlicenseNot gradedqualityBmaintenanceA CalDAV-compliant MCP server that enables AI models to manage personal schedules and to-do lists, supporting batch creation, modification, and intelligent timezone adjustments.MIT
- AlicenseNot gradedqualityDmaintenanceA robust task scheduler server for scheduling and managing various types of automated tasks including shell commands, API calls, AI tasks, and reminders.58MIT