This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Open
Conversation
This package implements an MCP (Model Context Protocol) server that enables AI assistants to interact with WeChat through Wechaty. The server exposes four tools: - wechat_send_message: Send messages to contacts by name - wechat_get_contacts: List all contacts with filtering options - wechat_search_contacts: Search contacts by name or alias - wechat_get_recent_messages: Retrieve recent messages from a contact The implementation uses wechaty-puppet-wechat4u for the WeChat Web protocol. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Implement a Model Context Protocol (MCP) server that provides calendar tools for AI assistants. Features include: - calendar_list_calendars: List available calendars from all providers - calendar_list_events: Query events with date range filtering - calendar_create_event: Create new events (Google Calendar) - calendar_update_event: Modify existing events (Google Calendar) - calendar_delete_event: Remove events (Google Calendar) - calendar_check_availability: Check if time slots are free - calendar_find_free_slots: Find available meeting times Supports: - Google Calendar via OAuth2 and googleapis - Apple Calendar via iCal export URLs (read-only) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create @yuan/mcp-whatsapp package that provides MCP tools for WhatsApp messaging via whatsapp-web.js. Features include: - Send text messages and media to contacts/groups by name - List and search contacts - Retrieve recent chats with unread counts - Fetch message history from specific chats - Session persistence (QR auth saved to avoid re-scanning) - Automatic reconnection handling on disconnection - Graceful shutdown support Tools exposed: - whatsapp_send_message - whatsapp_get_contacts - whatsapp_search_contacts - whatsapp_get_chats - whatsapp_get_messages - whatsapp_send_media 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Create @yuan/scheduler package that provides scheduled task execution
for the Yuan second brain project. Features include:
- Recurring tasks via cron expressions or natural language
- One-time tasks with natural language scheduling ("in 30 minutes")
- Multiple action types: orchestrator, telegram, webhook
- JSON file-based task persistence
- Dual interface: HTTP REST API and MCP server
MCP Tools:
- scheduler_create_task
- scheduler_list_tasks
- scheduler_delete_task
- scheduler_pause_task
- scheduler_resume_task
Uses node-cron for scheduling and chrono-node for natural language parsing.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add detailed setup instructions for all new integration packages: - WeChat MCP server - WhatsApp MCP server - Calendar MCP server (Google + Apple) - Scheduler service Includes: - Quick start guide - Environment variable reference for each integration - Claude Desktop configuration examples - Example use cases - Complete multi-server configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.