loading…
Search for a command to run...
loading…
52-tool MCP server for AI-powered social media management. Create content with 35+ AI models, distribute to multiple platforms, track analytics, and optimize wi
52-tool MCP server for AI-powered social media management. Create content with 35+ AI models, distribute to multiple platforms, track analytics, and optimize with closed-loop learning.
75 MCP tools for AI-powered social media management — create content, schedule posts, track analytics, and optimize. Available over MCP, REST API, and CLI.
This npm package registers 75 tools over stdio. The hosted endpoint mcp.socialneuron.com and REST API expose the full 92-tool product surface — query /.well-known/mcp/server-card.json for the live count.
npm version npm provenance License: MIT Node CI
| Surface | Minimum |
|---|---|
| Node.js | 20.x or 22.x+ |
| Claude Desktop | 0.7.0+ |
| Claude Code | any |
| Cursor | 0.42.0+ (MCP support) |
| VS Code | 1.99+ (MCP preview) |
| Zed | 0.151.0+ |
| Windsurf | 1.4.0+ |
| Continue.dev | 0.9.230+ |
Every release is published from GitHub Actions with npm provenance attestation (SLSA Build L2 via OIDC Trusted Publishing) — verify with npm view @socialneuron/mcp-server --json | jq .dist.attestations.
| Method | Best For | Docs |
|---|---|---|
| MCP | AI agents (Claude, Cursor, VS Code) | Setup |
| REST API | Any HTTP client, webhooks, Zapier | Guide |
| CLI | Terminal, CI/CD pipelines | Guide |
| SDK | TypeScript/Node.js apps | Preview |
All methods share the same tool catalog, auth, scopes, and credit system. Compare methods.
| Platform | Status |
|---|---|
| YouTube | ✅ Live |
| TikTok | ✅ Live |
| 🔶 Pending app review | |
| LinkedIn · X · Facebook · Threads · Bluesky | Supported — see integrations for live status |
The hosted endpoint and REST API track the live matrix; check socialneuron.com/integrations for current availability.
npx -y @socialneuron/mcp-server login --device
This opens your browser to authorize access. Requires a Social Neuron Pro plan or above (Pro = MCP read + analytics; Team/Agency = full MCP). See pricing.
# pnpm
pnpm dlx -y @socialneuron/mcp-server login --device
# bun
bunx -y @socialneuron/mcp-server login --device
# yarn (Classic / Berry)
yarn dlx -y @socialneuron/mcp-server login --device
# Global install (any package manager)
npm install -g @socialneuron/mcp-server # or: pnpm add -g … / bun add -g …
socialneuron-mcp login --device
The package is published to npmjs.com with provenance attestation; any registry-compatible client works.
# Local stdio (uses key from step 1)
claude mcp add socialneuron -- npx -y @socialneuron/mcp-server
# Or HTTP transport — no local process, key in header
claude mcp add --transport http socialneuron https://mcp.socialneuron.com/mcp \
--header "Authorization: Bearer $SOCIALNEURON_API_KEY"
Add to your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
Add to .cursor/mcp.json in your workspace:
{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json (or via Settings → MCP servers):
{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
Add to ~/.config/zed/settings.json under context_servers:
{
"context_servers": {
"socialneuron": {
"command": {
"path": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
}
Add to ~/.continue/config.yaml under mcpServers:
mcpServers:
- name: socialneuron
command: npx
args:
- "-y"
- "@socialneuron/mcp-server"
Add via Cline → MCP Servers → Edit config, or directly to ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json (macOS path):
{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"],
"disabled": false,
"autoApprove": []
}
}
}
Ask Claude: "What content should I post this week?" or "Schedule my latest video to YouTube and TikTok"
# Check credits
curl -H "Authorization: Bearer snk_live_..." \
https://mcp.socialneuron.com/v1/credits
# Generate content
curl -X POST -H "Authorization: Bearer snk_live_..." \
-H "Content-Type: application/json" \
-d '{"topic": "AI trends", "platforms": ["linkedin"]}' \
https://mcp.socialneuron.com/v1/content/generate
# Execute any tool via proxy
curl -X POST -H "Authorization: Bearer snk_live_..." \
-H "Content-Type: application/json" \
-d '{"response_format": "json"}' \
https://mcp.socialneuron.com/v1/tools/get_brand_profile
See REST API docs | OpenAPI spec | Examples
npx @socialneuron/mcp-server sn system credits --json
npx @socialneuron/mcp-server sn analytics loop --json
npx @socialneuron/mcp-server sn discovery tools --module content
Ask Claude things like:
Full machine-readable listing in tools.lock.json (sealed manifest, verified in CI).
All tools are accessible via MCP, REST API (POST /v1/tools/{name}), and CLI.
| Category | Tools | What It Does |
|---|---|---|
| Ideation | generate_content, fetch_trends, adapt_content, get_ideation_context | AI-powered content ideas and trend research |
| Content | generate_video, generate_image, generate_voiceover, generate_carousel, check_status, create_storyboard | Video, image, voiceover, and carousel creation with 20+ AI models |
| Distribution | schedule_post, schedule_content_plan, find_next_slots, list_connected_accounts, list_recent_posts | Multi-platform publishing, scheduling, and slot optimization |
| Analytics | fetch_analytics, refresh_platform_analytics | Performance tracking across all platforms |
| Insights | get_performance_insights, get_best_posting_times | Data-driven content optimization |
| Category | Tools | What It Does |
|---|---|---|
| Brand | extract_brand, get_brand_profile, save_brand_profile, update_platform_voice | Brand identity and voice management |
| Comments | list_comments, reply_to_comment, post_comment, moderate_comment, delete_comment | Social engagement management |
| Planning | plan_content_week, save_content_plan, get_content_plan, update_content_plan, submit_content_plan_for_approval | Content calendar and approval workflows |
| Plan Approvals | create_plan_approvals, respond_plan_approval, list_plan_approvals | Review and approve content plans |
| Autopilot | list_autopilot_configs, get_autopilot_status, update_autopilot_config | Automated content scheduling |
| Quality | quality_check, quality_check_plan | Pre-publish content validation |
| Credits | get_credit_balance, get_budget_status | Usage and budget tracking |
| Loop | get_loop_summary | Closed-loop optimization feedback |
| Category | Tools | What It Does |
|---|---|---|
| Extraction | extract_url_content | Extract content from URLs, YouTube, articles |
| Screenshots | capture_app_page, capture_screenshot | Visual documentation and monitoring |
| Remotion | list_compositions, render_demo_video | Programmatic video rendering |
| Usage | get_mcp_usage | API usage monitoring |
| YouTube | fetch_youtube_analytics | YouTube-specific deep analytics |
| Discovery | search_tools | Find tools by keyword with progressive detail levels (saves 98% tokens vs loading all tools) |
Three auth methods, in order of recommendation:
npx -y @socialneuron/mcp-server login --device
Opens browser, you approve, CLI receives API key automatically.
npx -y @socialneuron/mcp-server login
Browser-based OAuth flow.
npx -y @socialneuron/mcp-server login --paste
Generate a key at socialneuron.com/settings/developer, paste it in.
Keys are stored in your OS keychain (macOS Keychain, Linux secret-tool) or file fallback.
Windows users: The file fallback (
~/.config/social-neuron/credentials.json) does not have strong permission enforcement on NTFS. For production use on Windows, set theSOCIALNEURON_API_KEYenvironment variable instead.
MCP access requires a Pro plan or higher:
| Plan | Price | Credits/mo | MCP Access |
|---|---|---|---|
| Free | $0 | 100 | — |
| Starter | $19/mo | 500 | — |
| Pro | $49/mo | 1,500 | Read + Analytics |
| Team | $99/mo | 3,500 | Full + 5 keys |
| Agency | $249/mo | 10,000 | Full + 20 keys + REST API |
Sign up at socialneuron.com/pricing.
Each API key inherits scopes from your plan. Tools require specific scopes to execute.
| Scope | What you can do |
|---|---|
mcp:read |
Analytics, insights, brand profiles, content plans, quality checks, screenshots, usage stats, credit balance |
mcp:write |
Generate content (video, image, voiceover, carousel), create storyboards, save brand profiles, plan content |
mcp:distribute |
Schedule posts, publish content plans |
mcp:analytics |
Refresh analytics, YouTube deep analytics |
mcp:comments |
List, reply, post, moderate, delete comments |
mcp:autopilot |
Configure and monitor automated scheduling |
mcp:full |
All of the above |
These commands run directly in your terminal — no AI agent needed. Useful for scripts, CI/CD, and quick checks.
After global install (
npm i -g @socialneuron/mcp-server), usesocialneuron-mcpdirectly. Otherwise, prefix withnpx @socialneuron/mcp-server.
# Auth
socialneuron-mcp login [--device|--paste]
socialneuron-mcp logout
socialneuron-mcp whoami
socialneuron-mcp health
# Content (publish, quality-check, e2e workflows, plan, preset)
socialneuron-mcp sn content publish --media-url <url> --caption <text> --platforms <list> --confirm
socialneuron-mcp sn content e2e --media-url <url> --caption <text> --platforms <list> --confirm
socialneuron-mcp sn content quality-check --content "your text here"
socialneuron-mcp sn content plan list|view|approve
socialneuron-mcp sn content preset list|show|save|delete
# Analytics
socialneuron-mcp sn analytics posts --days 7 --platform youtube
socialneuron-mcp sn analytics refresh
socialneuron-mcp sn analytics loop
# System (status, credits, usage, autopilot)
socialneuron-mcp sn system status
socialneuron-mcp sn system credits
socialneuron-mcp sn system usage
socialneuron-mcp sn system autopilot
# Account (platform connections)
socialneuron-mcp sn account preflight --check-urls
socialneuron-mcp sn account oauth-health
socialneuron-mcp sn account oauth-refresh --platform instagram
# Discovery (find tools)
socialneuron-mcp sn discovery tools [--module ideation] [--scope mcp:write]
socialneuron-mcp sn discovery info
# Interactive REPL
socialneuron-mcp repl
# Add --json to any command for machine-readable output
Each grouped command also has a flat alias (e.g.
sn credits≡sn system credits,sn publish≡sn content publish). The grouped form is the documented surface; flat aliases exist for shell ergonomics.
The full autonomous content loop using MCP tools:
get_loop_summary — assess project state (content count, scheduled posts, insights)plan_content_week — generate a content plan based on insights and trendsgenerate_video / generate_image — create media assets from the plancheck_status — poll async jobs until assets are readyschedule_post — distribute content to connected platformsrefresh_platform_analytics — trigger a manual analytics refreshget_performance_insights — read what worked and what didn'tEach iteration produces smarter content as performance data feeds back into the planning step.
SOCIALNEURON_TELEMETRY=1See SECURITY.md for our vulnerability disclosure policy and credential safety details.
The HTTP MCP server reads a few security-related env vars. Defaults are safe for the standard Railway deployment.
| Variable | Default | Purpose |
|---|---|---|
TRUST_PROXY |
1 |
Number of upstream proxy hops to trust for req.ip / X-Forwarded-For. Set to 0 (or false) when running the server without a trusted reverse proxy in front — otherwise the per-IP rate limit can be bypassed by spoofing X-Forwarded-For. Accepts any value Express's trust proxy accepts (integer, 'loopback', CIDR, …). |
SESSION_HARD_TTL_MS |
14400000 (4 h) |
Hard ceiling on session lifetime regardless of activity. Prevents a slow-read SSE client from pinning a session slot indefinitely. |
SN_ALLOW_SELF_HOST |
unset | Acknowledge running in self-host (service-role-key) mode. Suppresses the deprecation warning emitted on first Edge Function call. Self-host bypasses Supabase RLS, so caller-supplied IDs are higher-risk; the recommended path is cloud mode (SOCIALNEURON_API_KEY). |
Telemetry is off by default. No data is collected unless you explicitly opt in.
To enable: Set SOCIALNEURON_TELEMETRY=1 in your environment.
To disable: DO_NOT_TRACK=1 or SOCIALNEURON_NO_TELEMETRY=1 always disables telemetry, even if SOCIALNEURON_TELEMETRY=1 is set.
When enabled, the following anonymous metrics are collected via PostHog:
No personal content, API keys, or request payloads are ever collected. Your user ID is hashed (SHA-256) before transmission.
posthog-node is an optional dependency — if it is not installed, telemetry is a silent no-op regardless of environment variables.
See the examples/ directory:
@socialneuron/sdkMIT © Social Neuron
Run in your terminal:
claude mcp add social-neuron -- npx Transcripts, channel stats, search
by YouTubeAI image generation using various models.
by modelcontextprotocolUnified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
by gpu-bridgeA powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,
by hamflxNot sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs