Prompt-driven workflows that show what Social Neuron can do with Claude Code. Each example is a self-contained recipe you can copy-paste and run.
No code required — the prompts ARE the interface.
- A Social Neuron account
- Claude Code installed
- The Social Neuron MCP server:
npx @socialneuron/mcp-server setup| # | Example | What It Does | Min Plan | Est. Credits |
|---|---|---|---|---|
| 1 | Ideation: Trending Topics | Generate 10 content ideas from what's trending | Free | ~2 |
| 2 | Brand Voice Extraction | Extract and store your brand identity from a website | Free | ~1 |
| 3 | Single Idea to Multi-Platform | Turn one idea into 5 platform-native posts | Free | ~3-5 |
| 4 | Weekly Content Plan | Plan and schedule a full week of content | Starter | ~10-15 |
| 5 | Storyboard from Script | Script to visual storyboard to video | Pro | ~15-30 |
| 6 | Growth Loop Analysis | Analyze performance and get smarter content ideas | Starter | ~2 |
| 7 | Autopilot Automation | Set up a hands-free content engine | Pro | ~5/run |
| 8 | YouTube to TikTok Repurpose | Repurpose long-form video into short-form clips | Starter | ~5-8 |
| 9 | Instagram Carousel | Create a multi-slide Instagram carousel from a topic | Starter | ~3-5 |
| 10 | Comment Moderation | Monitor, classify, and auto-respond to comments | Starter | ~1-2 |
| 11 | YouTube Channel Health | Analyze your YouTube performance and plan next videos | Starter | ~2 |
Social Neuron connects every stage of the content lifecycle into a learning system:
Ideate ──→ Create ──→ Distribute
↑ │
│ ▼
└──── Analyze ◄──── Publish
Performance data feeds back into ideation — so every cycle produces smarter content than the last.
Social Neuron exposes 50+ MCP tools that Claude Code calls on your behalf. When you type a prompt, Claude orchestrates a pipeline of tools — fetching trends, applying your brand voice, generating content, checking quality, and scheduling posts — all in one conversation.
| Category | Tools | What They Do |
|---|---|---|
| Ideation | generate_content, fetch_trends, adapt_content, get_ideation_context |
Generate ideas, fetch trends, adapt for platforms, get context for smarter ideation |
| Brand | extract_brand, get_brand_profile, save_brand_profile, update_platform_voice |
Extract, store, apply brand identity, and tune voice per platform |
| Content | generate_video, generate_image, generate_voiceover, generate_carousel, create_storyboard, check_status |
Create videos, images, voiceovers, carousels, storyboards, and check async job status |
| Planning | plan_content_week, save_content_plan, get_content_plan, update_content_plan, schedule_content_plan, submit_content_plan_for_approval |
Plan, save, retrieve, update, schedule, and submit content plans |
| Plan Approvals | create_plan_approvals, list_plan_approvals, respond_plan_approval |
Create, list, and approve/reject/edit plan items |
| Distribution | schedule_post, list_connected_accounts, list_recent_posts, find_next_slots |
Publish, schedule, list accounts, view recent posts, find optimal time slots |
| Analytics | fetch_analytics, refresh_platform_analytics |
Pull performance data and refresh platform metrics |
| Insights | get_performance_insights, get_best_posting_times |
Extract insights from analytics and find optimal posting times |
| Quality | quality_check, quality_check_plan |
Score content and plans before publishing |
| Comments | list_comments, reply_to_comment, post_comment, moderate_comment, delete_comment |
Monitor, respond to, and moderate comments |
| Autopilot | list_autopilot_configs, update_autopilot_config, get_autopilot_status |
Configure and monitor automated content pipelines |
| YouTube | fetch_youtube_analytics |
Pull YouTube channel analytics and video metrics |
| Extraction | extract_url_content |
Pull content from URLs for repurposing |
| Remotion | list_compositions, render_demo_video |
List video compositions and render demo videos |
| Screenshot | capture_screenshot, capture_app_page |
Capture screenshots of URLs and app pages |
| Growth Loop | get_loop_summary |
See how analytics feed back into ideation |
| Credits | get_credit_balance, get_budget_status |
Check credit balance and budget usage |
| Usage | get_mcp_usage |
View MCP server usage statistics |
These examples are tested against @socialneuron/mcp-server v1.2.x. If you're using an older version, some tools (like generate_carousel, create_plan_approvals, or get_mcp_usage) may not be available. Update with:
npx @socialneuron/mcp-server setup- Social Neuron — The platform
- MCP Server — npm package
- Pricing — Plans and credits
- Claude Code — The AI coding assistant
Built with Social Neuron and Claude Code