@multiplai-growth/skills-mcp
v0.1.1
Published
AI-native marketing skills for Claude Code — strategy, content, creative direction, and growth ops.
Downloads
178
Maintainers
Readme
@multiplai-growth/skills-mcp
AI-native marketing skills for Claude Code — strategy, content, creative direction, and growth ops.
What is this?
@multiplai-growth/skills-mcp gives Claude Code 23 marketing skills that function like a fractional CMO built into your editor. Strategy, content, creative direction, and growth ops — all orchestrated through natural language. Start with a business intake and follow the skill chain through positioning, ICP, brand, content strategy, and visual design systems. Built by Hanna Huffman / MultiplAI Growth Systems.
Install
Claude Code CLI
Add to .mcp.json in your project root or ~/.claude/.mcp.json:
{
"mcpServers": {
"multiplai": {
"command": "npx",
"args": ["-y", "@multiplai-growth/skills-mcp"],
"env": {
"MULTIPLAI_API_KEY": "your-key-here"
}
}
}
}Claude Cowork
Same config — add via Cowork's MCP server settings panel.
Get an API key
Request access at https://mktrintheloop.com/skills
Important notes
- Do not commit
.mcp.jsonwith real API keys. Use.gitignoreor local config overrides. npx -y @multiplai-growth/skills-mcpalways fetches the latest version. Pin a specific version with@multiplai-growth/[email protected].- First run downloads the package (~30s). Subsequent runs use npm cache.
- Requires Node 18+. Python 3 is optional — only needed for creative suite token scripts.
- Restart Claude Code or Cowork after changing
.mcp.json.
Skills catalog
Strategy Suite (7 skills)
| Skill | Suite | Description | Prerequisites |
|---|---|---|---|
| discovery-intake | strategy | Structured business intake | None |
| positioning-strategy | strategy | JTBD-based competitive positioning | discovery-intake |
| icp-personas | strategy | Ideal customer profiles + persona cards | positioning-strategy |
| brand-strategy | strategy | Brand platform + key messages | positioning-strategy, icp-personas |
| content-strategy | strategy | Content pillars + editorial system | brand-strategy |
| design-systems | strategy | Design token architecture | content-strategy |
| strategy-suite-sop | strategy | How the strategy chain works (reference) | None |
Content Suite (5 skills)
| Skill | Suite | Description | Prerequisites |
|---|---|---|---|
| writing | content | Voice-driven articles + social posts | Soft: content-strategy |
| content-brief | content | Single content piece brief | None |
| content-calendar | content | Monthly editorial calendar | Soft: content-strategy |
| content-campaign | content | Multi-piece campaign brief | None |
| cro | content | Conversion rate optimization audit | None |
Creative Suite (5 skills)
| Skill | Suite | Description | Prerequisites |
|---|---|---|---|
| research | creative | Visual research + competitive analysis | Soft: positioning |
| mood | creative | Mood board + visual direction | research |
| brand-guide | creative | Brand guidelines + W3C design tokens | mood |
| components | creative | SVG component library | brand-guide |
| templates | creative | Platform-specific SVG templates | components |
CTO Suite (3 skills)
| Skill | Suite | Description | Prerequisites |
|---|---|---|---|
| prompt-optimizer | cto | Optimize prompts for Claude/GPT | None |
| build-workflow | cto | Design skills, agents, or hybrids | None |
| dev-process | cto | Development lifecycle orchestrator | None |
Ops Suite (3 skills)
| Skill | Suite | Description | Prerequisites |
|---|---|---|---|
| growth-operator-hiring | ops | Hiring framework for growth roles | None |
| seo | ops | SEO audit + advisory workflow | None |
| seo-qc | ops | SEO/AEO quality check | None |
How it works
- First use triggers a guided setup that creates your directory structure.
- Start with
discovery-intaketo seed your business context. - Follow the strategy chain: positioning → ICP → brand → content → design systems.
- Branch into creative (brand guide → components → templates) or content (calendar → writing).
- Run
multiplai_statusanytime to see your progress and recommended next steps.
FAQ
Do I need Python?
Only for the creative suite's brand-guide skill, which generates CSS, Tailwind, and Figma configs from design tokens. Everything else runs without Python.
What if I'm offline? The server caches your last successful auth for 72 hours.
How do I update?
npx -y @multiplai-growth/skills-mcp always fetches the latest version automatically.
What data leaves my machine? Only your API key is sent to our validation endpoint. No skill content, project files, or usage data is transmitted.
Built by
Hanna Huffman, MultiplAI Growth Systems — https://mktrintheloop.com
