🧙
AI EngineeringSwift

MCP Wizard

by loocor

MCP Wizard is an AI Engineering skill for Claude Code, published by loocor in codmate.

667 stars41 forkson loocor/codmateAdded 2026/08/24Repository updated 2026/03/31
claude-codecodex-clicodmategemini-cliswiftswiftui
Install in seconds
Install MCP Wizard
Copy MCP Wizard into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/loocor/codmate/tree/main/payload/internal-skills/mcp-wizard ~/.claude/skills/mcp-wizard

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/loocor/codmate.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
payload/internal-skills/mcp-wizard/SKILL.md in loocor/codmate
Installs to
~/.claude/skills/mcp-wizard
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering2451 skills

What MCP Wizard does

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.

MCP Wizard is cataloged under AI Engineering on DirSkills. MCP Wizard comes from a repository tagged claude-code, codex-cli, codmate, gemini-cli and swift.

Documentation

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.

Frequently asked about MCP Wizard

  • What else does loocor publish alongside MCP Wizard?

    MCP Wizard is one of 4 skills that DirSkills catalogs from loocor/codmate, the repository it ships in. Its siblings there include Commands Wizard, Hooks Wizard and Skills Wizard. Each one is a separate skill with its own page in this directory, installs the same way MCP Wizard does, and is maintained by loocor in that same repository. The rest of the collection is listed on the loocor/codmate page.

  • How does MCP Wizard compare to other AI Engineering skills?

    MCP Wizard ranks #1818 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of MCP Wizard against them. Open each page to compare what they document and how they install.