Skip to content

Conversation

@yankihue
Copy link
Owner

@yankihue yankihue commented Jan 4, 2026

No description provided.

yankihue and others added 8 commits January 4, 2026 13:53
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants