ShenSeanChen

Launch MCP Demo — Productivity skill for Claude Code

Productivity community

This is probably the simplest MCP demo to show you what it actually does.

How to install Launch MCP Demo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ShenSeanChen/launch-mcp-demo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Launch MCP Demo does

This is probably the simplest MCP demo to show you what it actually does. I think this is a cool tech and will potentially save us a lot of time coz it allows tools and agents to communicate much more conveniently.

Alternatives in Productivity

  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • Costs — Show cost breakdown by provider and workflow for the current session 2.8k ★
  • Ccplugins — Claude Code Plugins that actually save time 2.7k ★

README

MCP (Management Control Panel) Server Tools

A collection of powerful command-line tools for file management, weather information, and WhatsApp chat analysis.

📹 Full YouTube Guide: [Youtube link](https://www.youtube.com/watch?v=sfCBCyNyw7U&list=PLE9hy4A7ZTmpGq7GHf5tgGFWh2277AeDR&index=6&t=1s)

🚀 X Post: [X link](https://x.com/ShenSeanChen/status/1910057838032097688)

💻 Launch Full Stack Product: [Github Repo](https://github.com/ShenSeanChen/launch-mvp-stripe-nextjs-supabase)

☕️ Buy me a coffee: [Cafe Latte](https://buy.stripe.com/5kA176bA895ggog4gh)

🤖️ Discord: [Invite link](https://discord.com/invite/TKKPzZheua)

Overview

This repository contains two distinct sets of integrations:

  1. Claude Desktop Tools - Python-based tools for file management, weather information, and WhatsApp chat analysis
  2. Cursor IDE Integrations - Direct service integrations with Supabase, Stripe, and GitHub

Claude Desktop Tools

Features

  • **Weather Tools**

    • Get weather alerts for any US state
    • Get detailed weather forecasts by location coordinates
    • Uses the National Weather Service (NWS) API
  • **File Management Tools**

    • List directory contents with detailed information
    • Search files with pattern matching
    • Read and analyze text files
  • **WhatsApp Chat Tools**

    • Find and analyze WhatsApp chat exports
    • Generate chat statistics
    • Parse and read WhatsApp chat files

Prerequisites

  • Python 3.13 or later
  • pip (Python package installer)

Installation

  1. Clone the repository
git clone https://github.com/ShenSeanChen/launch-mcp-demo.git
cd launch-mcp-demo
  1. Create and activate a virtual environment (recommended)
python -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  1. Install the package and dependencies
pip install -e .

Usage

Weather Tools

from weather.weather import get_alerts, get_forecast

# Get weather alerts for California
alerts