@shashwatgtmalpha/craft-content-mcp 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,123 @@
1
+ # CRAFT Content MCP Server
2
+
3
+ **8 Content Creation Execution Tools** powered by the CRAFT Framework.
4
+
5
+ Created by [Shashwat Ghosh](https://gtmexpert.com) | Top 30 PLG Creator Worldwide
6
+
7
+ ---
8
+
9
+ ## ✍️ What is CRAFT Content?
10
+
11
+ CRAFT Content provides ready-to-execute content tools for **content marketers, SDRs, and growth teams** who need to create:
12
+
13
+ - Case Studies & Social Proof
14
+ - Newsletters & Email Content
15
+ - Webinar Scripts
16
+ - Repurposed Content (10+ formats)
17
+ - Thought Leadership Series
18
+ - Testimonial Collection
19
+ - Sales Enablement Content
20
+
21
+ **Typical use:** Daily/weekly content creation (15-45 minutes per asset)
22
+
23
+ ---
24
+
25
+ ## 🛠️ Tools Included
26
+
27
+ | Tool | Purpose | Output |
28
+ |------|---------|--------|
29
+ | `case_study_generator` | Create customer stories | Full case study, one-pager, social snippets |
30
+ | `newsletter_builder` | Write newsletters | Complete issue, 10 subject lines, sections |
31
+ | `webinar_script` | Script webinars | Slide-by-slide script, Q&A prep, engagement prompts |
32
+ | `content_repurposer` | Multiply content | 1 piece → 10+ formats (LinkedIn, Twitter, email, etc.) |
33
+ | `thought_leadership_series` | Build authority | 5-post LinkedIn series with hooks |
34
+ | `testimonial_capture` | Collect social proof | Request emails, interview guide, formatted outputs |
35
+ | `sales_enablement_content` | Arm sales team | Pitches (30s/2min/5min), objection handlers |
36
+ | `craft_content_improver` | Improve any content | CRAFT score, improved version, A/B tests |
37
+
38
+ ---
39
+
40
+ ## 📦 Installation
41
+
42
+ ### Claude Desktop
43
+
44
+ Add to your `claude_desktop_config.json`:
45
+
46
+ ```json
47
+ {
48
+ "mcpServers": {
49
+ "craft-content": {
50
+ "command": "npx",
51
+ "args": ["-y", "@shashwatah/craft-content-mcp"]
52
+ }
53
+ }
54
+ }
55
+ ```
56
+
57
+ ### Manual Installation
58
+
59
+ ```bash
60
+ npm install -g @shashwatah/craft-content-mcp
61
+ craft-content-mcp
62
+ ```
63
+
64
+ ---
65
+
66
+ ## 💡 Example Usage
67
+
68
+ ### Case Study
69
+ ```
70
+ "Create a case study for [Customer].
71
+ Challenge: Manual reporting taking 20 hours/week.
72
+ Solution: Our analytics platform automated reports.
73
+ Results: 80% time saved, $50K cost reduction."
74
+ ```
75
+
76
+ ### Content Repurposing
77
+ ```
78
+ "Repurpose this blog post into LinkedIn posts, Twitter thread, email section, and video script:
79
+ [paste blog content]"
80
+ ```
81
+
82
+ ### Thought Leadership
83
+ ```
84
+ "Create a 5-post LinkedIn series on 'Why traditional marketing metrics are broken.'
85
+ My perspective: Attribution is a vanity exercise.
86
+ Audience: B2B marketing leaders."
87
+ ```
88
+
89
+ ### Sales Enablement
90
+ ```
91
+ "Create sales content for [Product].
92
+ Value props: 50% faster implementation, 3x ROI, enterprise security.
93
+ Target: VP Engineering at mid-market SaaS.
94
+ Common objections: Price, integration complexity, change management."
95
+ ```
96
+
97
+ ---
98
+
99
+ ## 🔗 Related
100
+
101
+ - **[CRAFT GTM MCP](https://github.com/anthropics/craft-gtm-mcp)** - 8 strategic GTM tools (PMF, launches, retention)
102
+ - **[IMPACT MCP](https://github.com/shashwatgtm/impact-mcp)** - Positioning framework
103
+ - **[EPIC MCP](https://github.com/shashwatgtm/epic-mcp)** - GTM strategy framework
104
+
105
+ ---
106
+
107
+ ## 📚 The CRAFT Framework
108
+
109
+ **C**haracter - Who executes this?
110
+ **R**esult - What's the desired outcome?
111
+ **A**rtifact - What gets produced?
112
+ **F**rame - What's the context?
113
+ **T**imeline - What are the steps?
114
+
115
+ ---
116
+
117
+ ## 📄 License
118
+
119
+ MIT License - Created by Shashwat Ghosh
120
+
121
+ ---
122
+
123
+ *Part of the GTM Alpha Toolkit | [gtmexpert.com](https://gtmexpert.com)*
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}