Skip to main content
Glama

Dooray MCP Server

by mskim8717

Servidor Dooray MCP

Este es un servidor MCP de gestión de programación que utiliza la API de Dooray.

función

  • Agregar programación mediante la API de Dooray
  • Establecer automáticamente horas de inicio y finalización
  • Soporte para información de ubicación y descripción

Cómo instalar

Instalación mediante herrería

Para instalar Dooray Schedule Manager para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @mskim8717/dooray-mcp --client claude

Instalación manual

  1. Clonar el repositorio
git clone https://github.com/mskim8717/dooray-mcp.git cd dooray-mcp
  1. Creación y activación de un entorno virtual
python -m venv .venv source .venv/bin/activate # Linux/Mac # 또는 .\.venv\Scripts\activate # Windows
  1. Instalación de dependencias
pip install -e .

Preparación para la integración del cliente MCP

Para conectarse a un servidor MCP local desde una aplicación cliente MCP como Claude o Cursor, debe ingresar la ruta al ejecutable de Python necesario para ejecutar el servidor y la ruta al script del servidor MCP en la configuración JSON.

Modifique mcp.json para adaptarlo a su ruta.

✅ Ejemplo de macOS/Linux

{ "mcpServers": { "dooray-mcp": { "command": "/Users/yourname/project/.venv/bin/python", "args": [ "/Users/yourname/project/src/dooray-mcp-server.py" ] } } }

Configuración de variables de entorno

Cree un archivo .env y configure las siguientes variables:

DOORAY_API_KEY=your_api_key DOORAY_MEMBER_ID=your_member_id DOORAY_CALENDAR_ID=your_calendar_id

Cómo utilizar

Ejecutando el servidor:

python src/dooray-mcp-server.py

Estructura del proyecto

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

Licencia

Licencia 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.

Un servidor que permite la gestión de horarios a través de la API de Dooray, permitiendo a los usuarios agregar eventos con configuraciones de tiempo automatizadas y soporte para información de ubicación y descripción.

  1. función
    1. Cómo instalar
      1. Instalación mediante herrería
      2. Instalación manual
    2. Preparación para la integración del cliente MCP
      1. Configuración de variables de entorno
        1. Cómo utilizar
          1. Estructura del proyecto
            1. Licencia

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                Server for Google Calendar integration in Cluade Desktop with auto authentication support. This server enables AI assistants to manage Google Calendar events through natural language interactions.
                Last updated -
                22
                6
                JavaScript
                MIT License
              • -
                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 -
                13
                1
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
                Last updated -
                2
                Python
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                Model Context Protocol server that provides seamless access to Google Calendar API with asynchronous operation support, enabling efficient calendar management through a standardized interface.
                Last updated -
                Python
                • 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