mcp-workshop-2026-06-26

choas/mcp-workshop-2026-06-26
★ 0 stars TypeScript AI/LLM Updated today
Build Your Own MCP Server and Develop AI Agents from Scratch
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-workshop-2026-06": {
      "command": "npx",
      "args": [
        "-y",
        "choas/mcp-workshop-2026-06-26"
      ]
    }
  }
}

README Excerpt

**VibeKode Munich 2026 Workshop** **Friday, June 26, 2026** Welcome! In this full-day hands-on workshop, you'll learn how to develop MCP (Model Context Protocol) servers and use them to build powerful AI agents. ```bash git clone https://github.com/choas/mcp-workshop-2026-06-26.git cd mcp-workshop-2026-06-26/Code