Skip to main content
Glama
mskim8717

Dooray MCP Server

by mskim8717

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 claude

Manual Installation

  1. Clone the repository

git clone https://github.com/mskim8717/dooray-mcp.git
cd dooray-mcp
  1. Creating and activating a virtual environment

python -m venv .venv
source .venv/bin/activate  # Linux/Mac
# 또는
.\.venv\Scripts\activate  # Windows
  1. Installing 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_id

How to use

Running the server:

python src/dooray-mcp-server.py

Project Structure

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

License

MIT License

A
license - permissive license
Not graded
quality - not tested
D
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

View all related MCP servers

Related MCP Connectors

  • Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

  • Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

  • Schedule and manage Google Calendar events directly from your workspace. Check availability, view…

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

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