kcg-mcp-workshop

galeon/kcg-mcp-workshop
★ 0 stars Python Code/Dev Tools Updated today
Hands-on MCP workshop for college students: VS Code + Cline, Time server, build a weather MCP tool
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kcg-mcp-workshop": {
      "command": "uvx",
      "args": [
        "kcg-mcp-workshop"
      ]
    }
  }
}

Or install with pip: pip install kcg-mcp-workshop

README Excerpt

**Build and use Model Context Protocol (MCP) tools with VS Code + Cline** A self-paced, hands-on workshop for college students. You will: 1. Add an **existing** MCP server (time) and **inspect** its tools 2. Use a **prompt** that calls a tool and returns a real answer 3. Add a **second** complete server (weather) and try it live