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.zipInstalls 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.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
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
- Determine server kind (stdio, sse, streamable_http).
- Provide command/args/env for stdio, or url/headers for network kinds.
- 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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mcp-wizard (this skill) | 0 | 6mo | No flags | Beginner |
| claude-opus-4-5-migration | 9 | 8mo | No flags | Beginner |
| copilot-sdk | 7 | 3mo | Review | Intermediate |
| api-test-generator | 1 | 9mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by loocor
View all by loocor →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.
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.
api-test-generator
mikopbx
Генерация полных Python pytest тестов для REST API эндпоинтов с валидацией схемы. Использовать при создании тестов для новых эндпоинтов, добавлении покрытия для CRUD операций или валидации соответствия API с OpenAPI схемами.
create-bubble
bubblelabai
Create a new Bubble integration for Bubble Lab following all established patterns and best practices from CREATE_BUBBLE_README.md
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".
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".