MCP.workshop.net

PeterMilovcik/MCP.workshop.net
★ 3 stars C# 🤖 AI/LLM Updated 1mo ago
Hands-on .NET 8 workshop for building Model Context Protocol (MCP) servers and clients. Learn to create AI tools that connect language models to external services like Azure DevOps, with examples for OpenAI, Ollama, and VS Code integration.
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.net": {
      "command": "npx",
      "args": [
        "-y",
        "PeterMilovcik/MCP.workshop.net"
      ]
    }
  }
}