MC

mcp-wizard

Rapidly prototypes MCP server configurations in JSON format.

Install

mkdir -p .claude/skills/mcp-wizard && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9356" && unzip -o skill.zip -d .claude/skills/mcp-wizard && rm skill.zip

Installs to .claude/skills/mcp-wizard

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Generate MCP server drafts from requirements.
45 charsno explicit “when” trigger
Beginner

Key capabilities

  • Generate MCP server configuration drafts
  • Define communication protocols for servers
  • Format server definitions as JSON

How it works

The wizard prompts for server kind and connection details to output a compliant JSON configuration draft.

Inputs & outputs

You give it
Server infrastructure requirements
You get back
JSON MCP server definition

When to use mcp-wizard

  • Defining a new MCP server
  • Generating stdio server config
  • Creating an SSE server draft

About this skill

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.

When not to use it

  • When writing application logic for the server itself

Limitations

  • Output is limited to JSON drafts

How it compares

It abstracts the schema requirements into a guided generation process rather than manual JSON construction.

Compared to similar skills

mcp-wizard side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
mcp-wizard (this skill)06moNo flagsBeginner
claude-opus-4-5-migration98moNo flagsBeginner
copilot-sdk73moReviewIntermediate
api-test-generator19moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

claude-opus-4-5-migration

anthropics

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

9101

copilot-sdk

github

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

763

api-test-generator

mikopbx

Генерация полных Python pytest тестов для REST API эндпоинтов с валидацией схемы. Использовать при создании тестов для новых эндпоинтов, добавлении покрытия для CRUD операций или валидации соответствия API с OpenAPI схемами.

16

create-bubble

bubblelabai

Create a new Bubble integration for Bubble Lab following all established patterns and best practices from CREATE_BUBBLE_README.md

23

exa-sdk-patterns

jeremylongshore

Apply production-ready Exa SDK patterns for TypeScript and Python. Use when implementing Exa integrations, refactoring SDK usage, or establishing team coding standards for Exa. Trigger with phrases like "exa SDK patterns", "exa best practices", "exa code patterns", "idiomatic exa".

14

generating-api-sdks

jeremylongshore

Generate client SDKs in multiple languages from OpenAPI specifications. Use when generating client libraries for API consumption. Trigger with phrases like "generate SDK", "create client library", or "build API SDK".

13

Search skills

Search the agent skills registry