By mcpize
MCPize Suite — from idea to published MCP server. Discover ideas (/mcpize:idea), build production-ready servers (/mcpize:build), publish to marketplace (/mcpize:publish).
MCPize Builder — takes a brief/PRD (from /mcpize:idea or custom) and builds a production-ready MCP server, end to end. Part of the MCPize suite (mcpize.com). Parses brief to extract tools, data strategy, secrets, and technical stack. Scaffolds project via mcpize CLI with the right template, implements all MCP tools with proper input validation and error handling, configures mcpize.yaml with secrets/credentials and HTTP transport, writes tests that verify MCP protocol compliance, and generates README + CLAUDE.md. Use this skill whenever someone wants to build an MCP server from a brief or PRD, has a spec they want to turn into a working server, says 'build this MCP', wants to implement tools from a brief, or references mcpize-build. Also trigger on: build mcp, implement mcp server, code mcp from brief, scaffold mcp project, create mcp server from spec, mcpize build, turn brief into server, implement brief, build from prd, mcp server from scratch.
MCPize Idea Finder — find a profitable MCP server idea, validate it, and get a ready-to-build brief. Part of the MCPize suite (mcpize.com). Guides users through discovery interview (up to 10 questions about skills, domain, goals), generates tailored MCP server ideas, researches competitors across MCP marketplaces, analyzes monetization potential with pricing models, and outputs a structured brief/PRD. Use this skill whenever someone wants to brainstorm, find, discover, or validate an MCP server idea, asks what MCP server to build, wants to explore MCP business opportunities, or says they want to build an MCP but don't know what kind. Also trigger on: mcpize idea, mcp idea, what mcp to build, mcp server business, find mcp idea.
MCPize Publisher — takes a built MCP server and publishes it to the MCPize marketplace with full autopilot. Runs quality checks, deploys to MCPize Cloud, generates SEO metadata and logo via AI, sets up pricing, publishes to marketplace, generates go-to-market content (social posts, README badges, launch checklist), and verifies the live listing. Part of the MCPize suite (mcpize.com). Use this skill whenever someone wants to publish, launch, or list an MCP server on the marketplace, wants to deploy and publish, says 'publish this MCP', 'launch my server', 'put it on the marketplace', or references mcpize-publish. Also trigger on: publish mcp, deploy mcp, launch mcp server, list on marketplace, mcpize publish, go live, ship it, publish to mcpize, marketplace listing, go-to-market mcp.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Go from "what should I build?" to a live MCP server on the marketplace — in one session.
Three skills. One pipeline. You choose the idea, we handle the rest.
| Skill | The vibe |
|---|---|
/mcpize:idea | Your brainstorming buddy. Interviews you about your skills & domain, generates 3-5 tailored MCP server ideas, researches competitors, validates APIs, runs monetization analysis, and hands you a ready-to-build brief. |
/mcpize:build | Your pair programmer. Takes the brief, scaffolds a project via mcpize init, implements every tool with proper validation and error handling, writes tests, runs a live verification loop, and makes sure everything actually works. |
/mcpize:publish | Your launch partner. Deploys to MCPize Cloud, generates SEO metadata + logo + pricing via AI, publishes to the marketplace, creates social media posts, and verifies the live endpoint. Ship day feels good. |
/plugin marketplace add mcpize/mcpize-skills
/plugin install mcpize@mcpize-skills
Then restart Claude Code (/exit and relaunch) to load the skills.
Now run:
/mcpize:idea # "I want to build something but don't know what"
/mcpize:build # "Here's my brief, let's code"
/mcpize:publish # "Ship it!"
One-shot — let the skills chain automatically:
> using one by one /mcpize:idea → /mcpize:build → /mcpize:publish ship me an MCP server
Idea discovery, build, deploy, publish — all in one prompt.
npx skillkit install mcpize/mcpize-skills --agent cursor
npx skillkit install mcpize/mcpize-skills
SkillKit auto-translates the skills into whatever format your agent needs.
Grab the skills/ folder and drop it into your agent's skill directory:
~/.claude/skills/.cursor/skills/.github/skills/ /mcpize:idea /mcpize:build /mcpize:publish
"What should I build?" "Let's code this thing" "Time to ship"
| | |
v v v
Interview you Parse brief & plan Quality checks
Generate ideas Scaffold project Deploy to cloud
Research competitors Implement all tools AI-generate SEO + logo
Validate APIs Add caching & errors Set up pricing
Analyze monetization Write tests Publish listing
| Verify everything |
v | v
mcp-brief-*.md v Live on mcpize.com
(ready for build) Working server + social posts
(ready for publish) + launch checklist
Each skill picks up where the last one left off. Run all three in sequence, or jump in wherever you are.
mcpize-skills/
.claude-plugin/
marketplace.json # Marketplace catalog
plugins/
mcpize/
.claude-plugin/
plugin.json # Plugin manifest
skills/
idea/
SKILL.md # The brainstorming skill
references/
mcp-landscape.md
build/
SKILL.md # The builder skill
references/
typescript-patterns.md
python-patterns.md
mcpize-yaml-reference.md
testing-patterns.md
publish/
SKILL.md # The publisher skill
references/
quality-checklist.md
social-templates.md
.skills # SkillKit manifest (cross-IDE)
package.json # npm distribution
npm install -g mcpizePart of the MCPize ecosystem. MCPize gives developers 85% revenue share and handles hosting, payments, and discovery. These skills are the fastest path from zero to a published, monetizable MCP server.
For the pros who like full control:
> /mcpize:idea
I'm a Python dev who trades crypto. I want passive income.
... interviews you, generates 5 ideas, you pick "DeFi Yield Analyzer",
competitive research, API validation, monetization analysis ...
-> saves mcp-brief-defi-yield-analyzer.md
> /mcpize:build
... reads the brief, scaffolds project, implements 4 tools,
adds caching + error handling, tests pass, live verification green ...
npx claudepluginhub mcpize/mcpize-skills --plugin mcpizeManage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic execution, or encountering context bloat, server configuration, tool execution errors.
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
MCP server development helper with tool and resource scaffolding
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns