Skip to main content
Glama

Dooray MCP Server

by mskim8717

Dooray MCP 服务器

这是一个利用 Dooray API 的日程管理 MCP 服务器。

功能

  • 通过 Dooray API 添加时间表
  • 自动设置开始/结束时间
  • 支持位置和描述信息

如何安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Dooray Schedule Manager:

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

手动安装

  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 客户端集成

要从 MCP 客户端应用程序(如 Claude 或 Cursor)连接到本地 MCP 服务器,您需要在 JSON 设置中输入运行服务器所需的 Python 可执行文件的路径和 MCP 服务器脚本的路径。

修改 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.

一个能够通过 Dooray API 管理日程安排的服务器,允许用户添加具有自动时间设置的事件并支持位置和描述信息。

  1. 功能
    1. 如何安装
      1. 通过 Smithery 安装
      2. 手动安装
    2. 准备 MCP 客户端集成
      1. 设置环境变量
        1. 如何使用
          1. 项目结构
            1. 执照

              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