Official local MCP server for Garoon, enabling AI assistants to interact with the Garoon groupware platform through tools like schedule retrieval and user management.
{
"mcpServers": {
"garoon": {
"command": "npx",
"args": [
"-y",
"@garoon/mcp-server"
]
}
}
}