npx claudepluginhub mcpize/mcpize-skillsMCPize Suite — from idea to published MCP server. Discover ideas (/mcpize:idea), build production-ready servers (/mcpize:build), publish to marketplace (/mcpize:publish).
Share bugs, ideas, or general feedback.
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 ...