calendar-mcp-server
googleカレンダーから予定一覧を取得するための MCP サーバです。
必要な準備
Oauth2.0クライアントを作成し、認証用のJSONをルートディレクトリ下に置く
「デスクトップアプリ」でOAuth 2.0クライアントを作成してください。 詳しくはこちら
クライアント作成後、以下のような認証用の JSON を取得し、 redirect_uris を以下のように [http://localhost:3000/callback] に変更した上で credentials.json という名前でルートディレクトリに保存してください。
{
"installed": {
"client_id": "hogehoge",
...
"redirect_uris": ["http://localhost:3000/callback"]
}
}
Claude Desktop の設定
Claude Desktop の claude_desktop_config.json を以下のように編集してください。
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": ["ts-node",
"--project",
"/<path to>/mcp-calendar-server/tsconfig.json",
"/<path to>/mcp-calendar-server/src/index.ts"]
}
}
}
Recommend MCP Servers 💡
filesystem-android
A Claude MCP server for secure access to Android project files, enabling AI-assisted code navigation and analysis.
airtable-mcp
A local Model Context Protocol (MCP) server enabling AI models to interact with Airtable bases using natural language for data management.
BloodHound-MCP
An MCP server enabling LLMs to interact with and analyze AD/AAD environments via natural language queries using BloodHound data.
TrueNasCoreMCP
Control TrueNAS Core system using natural language through MCP clients like Claude Desktop
kagi-server
A Model Context Protocol server implementation for Kagi's API
Agentic_Longterm_Memory
Sophisticated AI chatbot with long-term memory capabilities, complete Notion workspace integration, and MCP (Model Context Protocol) implementation. Features semantic, episodic, and procedural memory systems.