---
name: MCP Wizard
slug: mcp-wizard
category: AI Engineering
description: MCP Wizard generates a CodMate MCP server draft from user requirements and returns JSON in the expected schema. Use it when you need a quick starting point for a stdio, SSE, or streamable HTTP server.
github: "https://github.com/loocor/codmate/tree/main/payload/internal-skills/mcp-wizard"
language: Swift
stars: 667
forks: 41
install: "npx degit https://github.com/loocor/codmate/tree/main/payload/internal-skills/mcp-wizard ~/.claude/skills/mcp-wizard"
installs_to: ~/.claude/skills/mcp-wizard
source_path: payload/internal-skills/mcp-wizard/SKILL.md
collection_size: 4
category_size: 2451
collection_url: "https://dirskills.com/collections/loocor/codmate"
added: 2026-08-24T05:16:54.211Z
last_synced: 2026-08-24T05:16:54.211Z
canonical_url: "https://dirskills.com/skills/mcp-wizard"
---

# MCP Wizard

MCP Wizard generates a CodMate MCP server draft from user requirements and returns JSON in the expected schema. Use it when you need a quick starting point for a stdio, SSE, or streamable HTTP server.

**Install:**

```bash
npx degit https://github.com/loocor/codmate/tree/main/payload/internal-skills/mcp-wizard ~/.claude/skills/mcp-wizard
```

## README

# MCP Wizard

## Overview

Generate a CodMate MCP server draft based on user intent. Output only JSON that matches the schema.

## Instructions

1. Determine server kind (stdio, sse, streamable_http).
2. Provide command/args/env for stdio, or url/headers for network kinds.
3. If unclear, return mode "question" with follow-up questions.

## Output

Return only JSON.
