Back to Home
2ca3 icon

garoon-mcp-server

Verified Safe

by 2ca3

Overview

Provides a Model Context Protocol (MCP) server for integrating AI clients like Claude Desktop with Garoon's schedule, user, and meeting management features.

Installation

Run Command
python3 main.py

Environment Variables

  • GAROON_BASE_URL
  • GAROON_USERNAME
  • GAROON_PASSWORD
  • LOG_LEVEL
  • GAROON_TIMEZONE

Security Notes

The server uses environment variables (GAROON_BASE_URL, GAROON_USERNAME, GAROON_PASSWORD) for authentication credentials, which is good practice to avoid hardcoding. Authentication is performed via the X-Cybozu-Authorization header using Base64-encoded username:password, which is a standard Garoon API method, though it is Basic Auth (not OAuth). The server utilizes `aiohttp` for secure asynchronous HTTP requests and logs errors to stderr. No direct 'eval' calls or obvious malicious patterns were found. Users are explicitly warned not to commit `.env` files.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-30

Tags

GaroonMCPSchedulingGroupwareAI Agent