Social Neuron Examples

March 21, 2026 · View on GitHub

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.

Prerequisites

  1. A Social Neuron account
  2. Claude Code installed
  3. The Social Neuron MCP server:
npx @socialneuron/mcp-server setup

Examples

#ExampleWhat It DoesMin PlanEst. Credits
1Ideation: Trending TopicsGenerate 10 content ideas from what's trendingFree~2
2Brand Voice ExtractionExtract and store your brand identity from a websiteFree~1
3Single Idea to Multi-PlatformTurn one idea into 5 platform-native postsFree~3-5
4Weekly Content PlanPlan and schedule a full week of contentStarter~10-15
5Storyboard from ScriptScript to visual storyboard to videoPro~15-30
6Growth Loop AnalysisAnalyze performance and get smarter content ideasStarter~2
7Autopilot AutomationSet up a hands-free content enginePro~5/run
8YouTube to TikTok RepurposeRepurpose long-form video into short-form clipsStarter~5-8
9Instagram CarouselCreate a multi-slide Instagram carousel from a topicStarter~3-5
10Comment ModerationMonitor, classify, and auto-respond to commentsStarter~1-2
11YouTube Channel HealthAnalyze your YouTube performance and plan next videosStarter~2

The Closed Loop

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.

How It Works

Social Neuron exposes 52 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.

Tool Categories (51 tools)

CategoryToolsWhat They Do
Ideationgenerate_content, fetch_trends, adapt_content, get_ideation_contextGenerate ideas, fetch trends, adapt for platforms, get context for smarter ideation
Brandextract_brand, get_brand_profile, save_brand_profile, update_platform_voiceExtract, store, apply brand identity, and tune voice per platform
Contentgenerate_video, generate_image, generate_voiceover, generate_carousel, create_storyboard, check_statusCreate videos, images, voiceovers, carousels, storyboards, and check async job status
Planningplan_content_week, save_content_plan, get_content_plan, update_content_plan, schedule_content_plan, submit_content_plan_for_approvalPlan, save, retrieve, update, schedule, and submit content plans
Plan Approvalscreate_plan_approvals, list_plan_approvals, respond_plan_approvalCreate, list, and approve/reject/edit plan items
Distributionschedule_post, list_connected_accounts, list_recent_posts, find_next_slotsPublish, schedule, list accounts, view recent posts, find optimal time slots
Analyticsfetch_analytics, refresh_platform_analyticsPull performance data and refresh platform metrics
Insightsget_performance_insights, get_best_posting_timesExtract insights from analytics and find optimal posting times
Qualityquality_check, quality_check_planScore content and plans before publishing
Commentslist_comments, reply_to_comment, post_comment, moderate_comment, delete_commentMonitor, respond to, and moderate comments
Autopilotlist_autopilot_configs, update_autopilot_config, get_autopilot_statusConfigure and monitor automated content pipelines
YouTubefetch_youtube_analyticsPull YouTube channel analytics and video metrics
Extractionextract_url_contentPull content from URLs for repurposing
Remotionlist_compositions, render_demo_videoList video compositions and render demo videos
Screenshotcapture_screenshot, capture_app_pageCapture screenshots of URLs and app pages
Growth Loopget_loop_summarySee how analytics feed back into ideation
Creditsget_credit_balance, get_budget_statusCheck credit balance and budget usage
Usageget_mcp_usageView MCP server usage statistics

More Examples

For code-based examples (REST API, TypeScript SDK, CLI scripts), see the mcp-server/examples directory:

  • REST API — 8 curl examples for content generation, video, scheduling, analytics, comments, brand extraction
  • TypeScript SDK — 5 examples with @socialneuron/sdk (coming soon)
  • CLI — 4 shell scripts for terminal workflows and CI/CD pipelines
  • MCP Prompts — Structured prompt templates for AI agents

Version Compatibility

These examples are tested against @socialneuron/mcp-server v1.6.x (52 tools). Update with:

npx @socialneuron/mcp-server setup

Built with Social Neuron and Claude Code