mcp-servers-pack

Deathwing/mcp-servers-pack
★ 0 stars C# 🤖 AI/LLM Updated 5d ago
MCP servers for VS Code Copilot — parallel agent orchestration, AI image generation, and Unity Editor 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-servers-pack": {
      "command": "npx",
      "args": [
        "-y",
        "Deathwing/mcp-servers-pack"
      ]
    }
  }
}