MCP.workshop.net

PeterMilovcik/MCP.workshop.net
★ 3 stars C# 🤖 AI/LLM Updated 7d 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 →

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"
      ]
    }
  }
}