作者 ridafkih · ridafkih/keeper.sh
カレンダー同期ツール兼ユニバーサルカレンダー MCP サーバーです。Google、Outlook、Office 365、iCloud、CalDAV、または
カレンダー同期ツール兼ユニバーサルカレンダー MCP サーバーです。Google、Outlook、Office 365、iCloud、CalDAV、ICS のカレンダーを統合・同期・制御できます。
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"keeper-sh": {
"command": "npx",
"args": [
"-y",
"keeper.sh"
],
"_inferred": true
}
}
}
Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。
{
"mcpServers": {
"keeper-sh": {
"command": "npx",
"args": [
"-y",
"keeper.sh"
],
"_inferred": true
}
}
}
Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。
{
"mcpServers": {
"keeper-sh": {
"command": "npx",
"args": [
"-y",
"keeper.sh"
],
"_inferred": true
}
}
}
Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。
{
"mcpServers": {
"keeper-sh": {
"command": "npx",
"args": [
"-y",
"keeper.sh"
],
"_inferred": true
}
}
}
Claude Desktop と同じ形式。Windsurf を再起動して反映。
{
"mcpServers": [
{
"name": "keeper-sh",
"command": "npx",
"args": [
"-y",
"keeper.sh"
]
}
]
}
Continue はマップではなくサーバーオブジェクトの配列を使用。
{
"context_servers": {
"keeper-sh": {
"command": {
"path": "npx",
"args": [
"-y",
"keeper.sh"
]
}
}
}
}
context_servers に追加。保存時に Zed がホットリロード。
claude mcp add keeper-sh -- npx -y keeper.sh
ワンライナー。claude mcp list で確認、claude mcp remove で削除。