Skip to main content
Glama

Dooray MCP-Server

Schmiedeabzeichen

Dies ist ein MCP-Server zur Zeitplanverwaltung, der die Dooray-API verwendet.

Funktion

  • Zeitplan über die Dooray-API hinzufügen

  • Start-/Endzeiten automatisch festlegen

  • Unterstützung für Standort- und Beschreibungsinformationen

So installieren Sie

Installation über Smithery

So installieren Sie Dooray Schedule Manager für Claude Desktop automatisch über Smithery :

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

Manuelle Installation

  1. Klonen Sie das Repository

git clone https://github.com/mskim8717/dooray-mcp.git cd dooray-mcp
  1. Erstellen und Aktivieren einer virtuellen Umgebung

python -m venv .venv source .venv/bin/activate # Linux/Mac # 또는 .\.venv\Scripts\activate # Windows
  1. Installieren von Abhängigkeiten

pip install -e .

Vorbereitung der MCP-Client-Integration

Um von einer MCP-Clientanwendung wie Claude oder Cursor eine Verbindung zu einem lokalen MCP-Server herzustellen, müssen Sie in den JSON-Einstellungen den Pfad zur ausführbaren Python-Datei eingeben, die zum Ausführen des Servers erforderlich ist, und den Pfad zum MCP-Serverskript.

Passen Sie mcp.json an Ihren Pfad an.

✅ macOS / Linux Beispiel

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

Festlegen von Umgebungsvariablen

Erstellen Sie eine .env Datei und legen Sie die folgenden Variablen fest:

DOORAY_API_KEY=your_api_key DOORAY_MEMBER_ID=your_member_id DOORAY_CALENDAR_ID=your_calendar_id

Anwendung

Ausführen des Servers:

python src/dooray-mcp-server.py

Projektstruktur

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

Lizenz

MIT-Lizenz

-
security - not tested
A
license - permissive license
-
quality - not tested

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 -
    12
    3
    MIT License
  • -
    security
    -
    license
    -
    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.
  • A
    security
    A
    license
    A
    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 -
    5
    1
    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 -
    4
    2
    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