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ライセンス

-
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
                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 -
                20
                2
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                This server provides tools for AI assistants to interact with the Eventbrite API, allowing users to search for events, get event details, retrieve venue information, and list event categories.
                Last updated -
                4
                555
                2
                JavaScript
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                A lightweight, modular API service that provides useful tools like weather, date/time, calculator, search, email, and task management through a RESTful interface, designed for integration with AI agents and automated workflows.
                Last updated -
                Python
                MIT License
              • -
                security
                A
                license
                -
                quality
                Enables AI assistants to manage Google Calendar through natural language interactions with features like creating, updating, and deleting events, searching calendars, and supporting natural language date/time inputs.
                Last updated -
                14
                1
                JavaScript
                MIT License
                • 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