# Social Neuron

66 MCP tools for end-to-end social media content lifecycle. Create with 35+ AI models (Gemini, Sora, Runway, Veo, Midjourney, Flux), distribute to YouTube, Instagram, TikTok, and let performance data…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add socialneuron/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list socialneuron/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get socialneuron/mcp-server generate_content

# Call a tool
npx -y @smithery/cli@latest tool call socialneuron/mcp-server generate_content '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--socialneuron.run.tools`

## Tools (16)

- `generate_content` — Create a script, caption, hook, or blog post tailored to a specific platform.
- `schedule_post` — Publish or schedule a post to connected social platforms.
- `fetch_analytics` — Get post performance metrics for connected platforms.
- `extract_brand` — Analyze a website URL and extract brand identity data.
- `plan_content_week` — Generate a full week content plan with platform-specific drafts.
- `generate_video` — Start an async AI video generation job.
- `generate_image` — Start an async AI image generation job.
- `adapt_content` — Rewrite existing content for a different platform.
- `quality_check` — Score post quality across 7 categories (0-100).
- `run_content_pipeline` — Full pipeline: trends → plan → quality check → schedule.
- `fetch_trends` — Get current trending topics for content inspiration.
- `get_credit_balance` — Check remaining credits and plan tier.
- `list_connected_accounts` — Check which social platforms have active OAuth connections.
- `get_brand_profile` — Load the active brand voice profile.
- `list_comments` — List YouTube comments for moderation.
- `reply_to_comment` — Reply to a YouTube comment.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get socialneuron/mcp-server <tool-name>
```

## Resources

- `socialneuron://brand/profile` — Brand voice profile with personality traits, audience, tone, and content pillars.
- `socialneuron://account/overview` — Account status including plan tier, credits, and feature access.
- `socialneuron://docs/capabilities` — Complete reference of all capabilities, platforms, AI models, and credit costs.
- `socialneuron://docs/getting-started` — Quick start guide for using Social Neuron with AI agents.

## Prompts (5)

- `create_weekly_content_plan` — Generate a full week of social media content with structured plan.
- `analyze_top_content` — Analyze best-performing posts to identify patterns and replicate success.
- `repurpose_content` — Transform one piece of content into 8-10 pieces across platforms.
- `setup_brand_voice` — Define or refine brand voice profile for consistent content.
- `run_content_audit` — Audit recent content performance with prioritized action plan.
