Install
$ agentstack add mcp-socialneuron-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v1.6.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v1.6.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
@socialneuron/mcp-server
> 91 public MCP tools for AI-powered social media management. Create content, schedule posts, track analytics, and optimize performance — all from Claude Code or any MCP client.
[](https://www.npmjs.com/package/@socialneuron/mcp-server) [](https://opensource.org/licenses/MIT)
Quick Start
1. Connect the hosted MCP
The hosted endpoint needs no local npm process:
https://mcp.socialneuron.com/mcp
- Claude Web: open
claude.ai/customize/connectors, choose Add custom connector, enter the URL above, then approve OAuth. - Claude Code:
claude mcp add --transport http socialneuron https://mcp.socialneuron.com/mcp - Codex Desktop/CLI:
codex mcp add socialneuron --url https://mcp.socialneuron.com/mcp, thencodex mcp login socialneuronif prompted. Codex Desktop reads the same MCP configuration.
2. Or run locally over stdio
Authenticate first:
npx -y @socialneuron/mcp-server login --device
This opens your browser to authorize access. Requires a Social Neuron Pro plan or higher. See pricing.
Then add the local process to Claude Code:
claude mcp add socialneuron -- npx -y @socialneuron/mcp-server
Claude Desktop
Add to your claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
VS Code
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
Cursor
Add to .cursor/mcp.json in your workspace:
{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
3. Start using
Ask Claude: "What content should I post this week?" or "Schedule my latest video to YouTube and TikTok"
What You Can Do
Ask Claude things like:
- "Generate 5 content ideas about sustainable fashion for Gen Z"
- "Create a 30-second video ad for my product launch"
- "Schedule this post to X and Bluesky at 9am tomorrow"
- "Show me my best-performing content this month"
- "What are the trending topics in my niche right now?"
- "Check my analytics and suggest improvements"
- "Set up autopilot to post 3 times per week"
Tool Categories
The hosted endpoint and npm stdio server each expose 91 public tools. Their surfaces differ intentionally: hosted HTTP includes the Content Calendar and Analytics Pulse MCP Apps, while stdio includes 2 local screen-capture tools instead. The live hosted count is published by the server card. A small set of internal service tools used by Social Neuron's own automation are registered but not part of the public surface.
MCP App support is host-dependent. Every App tool returns a normal structured/text fallback, so scheduling and analytics still work when a host does not render the interactive widget.
These tools are available to AI agents (Claude, Cursor, etc.) via the MCP protocol.
Content Lifecycle
| Category | Tools | What It Does | | ------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------- | | Ideation | generatecontent, fetchtrends, adaptcontent, getideationcontext | AI-powered content ideas and trend research | | Content | generatevideo, generateimage, generatevoiceover, generatecarousel, checkstatus, createstoryboard | Video, image, voiceover, and carousel creation with 20+ AI models | | Distribution | schedulepost, reschedulepost, schedulecontentplan, findnextslots, listconnectedaccounts, listrecentposts | Project-scoped multi-platform publishing, scheduling, rescheduling, and slot optimization | | Analytics | fetchanalytics, refreshplatformanalytics | Performance tracking across all platforms | | Insights | getperformanceinsights, getbestposting_times | Data-driven content optimization |
Management & Optimization
| Category | Tools | What It Does | | -------------- | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | Brand | extractbrand, getbrandprofile, savebrandprofile, updateplatformvoice | Brand identity and voice management | | Comments | listcomments, replytocomment, postcomment, moderatecomment, deletecomment | Social engagement management | | Lifecycle | cancelasyncjob, cancelscheduledpost, deletecarousel, deletecontentplan, deleteautopilotconfig | Project-scoped cancellation and cleanup; release acceptance requires the [backend smoke evidence](docs/lifecycle-backend-smoke.md) | | Planning | plancontentweek, savecontentplan, getcontentplan, updatecontentplan, submitcontentplanforapproval | Content calendar and approval workflows | | Plan Approvals | createplanapprovals, respondplanapproval, listplanapprovals | Review and approve content plans | | Autopilot | listautopilotconfigs, getautopilotstatus, updateautopilotconfig | Automated content scheduling | | Quality | qualitycheck, qualitycheckplan | Pre-publish content validation | | Credits | getcreditbalance, getbudgetstatus | Usage and budget tracking | | Loop | getloop_summary | Closed-loop optimization feedback |
Utilities
| Category | Tools | What It Does | | ----------- | ------------------------------------ | -------------------------------------------------------------------------------------------- | | Extraction | extracturlcontent | Extract content from URLs, YouTube, articles | | Screenshots | captureapppage, capturescreenshot | Visual documentation and monitoring | | Remotion | listcompositions, renderdemovideo | Programmatic video rendering | | Usage | getmcpusage | API usage monitoring | | YouTube | fetchyoutubeanalytics | YouTube-specific deep analytics | | Discovery | search_tools | Find tools by keyword with progressive detail levels (saves 98% tokens vs loading all tools) |
Interactive MCP Apps (hosted HTTP)
| App | Open tool | Purpose | | ---------------- | ----------------------- | -------------------------------------------------------------------- | | Content Calendar | open_content_calendar | Project-scoped calendar, quick create, and drag-to-reschedule | | Analytics Pulse | open_analytics_pulse | Project-scoped KPI, platform-mix, and top-post performance dashboard |
Apps render only in MCP hosts that support the MCP Apps extension. All underlying data and write operations remain ordinary scoped tools, so hosts without interactive UI can use the same workflows through text/tool calls.
Authentication
Three auth methods, in order of recommendation:
Device Code (Recommended)
npx -y @socialneuron/mcp-server login --device
Opens browser, you approve, CLI receives API key automatically.
Browser Flow
npx -y @socialneuron/mcp-server login
Browser-based OAuth flow.
API Key Paste
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 a file fallback created with owner-only permissions where the operating system supports them.
> Windows users: The file fallback (~/.config/social-neuron/credentials.json) does not have strong permission enforcement on NTFS. For production use on Windows, set the SOCIALNEURON_API_KEY environment variable instead.
Pricing
MCP/API access requires a Pro plan or higher:
| Plan | Price | Credits/mo | MCP/API Access | | ------- | ------- | ---------- | ---------------------------------------------- | | Free | $0 | 50 | — | | Starter | $19/mo | 500 | — | | Pro | $49/mo | 1,500 | MCP/API: Read + Analytics + Write + Distribute | | Team | $99/mo | 3,500 | Full MCP/API + 5 keys | | Agency | $249/mo | 10,000 | Full MCP/API + 20 keys |
Sign up at socialneuron.com/pricing.
Scopes
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 |
CLI Reference
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), use socialneuron-mcp directly. > Otherwise, prefix with npx @socialneuron/mcp-server.
# Auth
socialneuron-mcp login [--device|--paste]
socialneuron-mcp logout
# Deterministic CLI (no LLM)
socialneuron-mcp sn publish --media-url --caption --platforms --confirm
socialneuron-mcp sn status --job-id
socialneuron-mcp sn posts --days 7 --platform youtube
socialneuron-mcp sn refresh-analytics
socialneuron-mcp sn preflight --check-urls
socialneuron-mcp sn oauth-health --json
socialneuron-mcp sn oauth-refresh --platform instagram
socialneuron-mcp sn quality-check --content "your text here"
socialneuron-mcp sn autopilot
socialneuron-mcp sn usage
socialneuron-mcp sn loop
socialneuron-mcp sn credits
# Agent-native CLI v2
socialneuron-mcp sn tools [--module ideation] [--scope mcp:write] # List/filter available tools
socialneuron-mcp sn info # Version, auth, credits, tool count
socialneuron-mcp sn plan list|view|approve # Content plan management
socialneuron-mcp sn preset list|show|save|delete # Platform presets (6 built-in)
# Interactive REPL
socialneuron-mcp repl
# Add --json to any command for machine-readable output
Automation Flow (E2E Loop)
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 platforms- (wait for analytics collection) — platform data is fetched automatically
refresh_platform_analytics— trigger a manual analytics refreshget_performance_insights— read what worked and what didn't- Loop back to step 1 with new insights
Each iteration produces smarter content as performance data feeds back into the planning step.
Security
- All API keys are hashed before storage — we never store plaintext keys
- Credentials stored in your OS keychain (macOS Keychain, Linux secret-tool) or environment variable
- SSRF protection on all URL parameters with DNS rebinding prevention
- Rate limiting per user with per-tool limits for expensive operations
- Agent loop detection prevents runaway automation
- Set
DO_NOT_TRACK=1to disable anonymous usage telemetry
See [SECURITY.md](./SECURITY.md) for our vulnerability disclosure policy and credential safety details.
Telemetry
This package collects operational usage metrics (tool name, duration, success/failure) to improve reliability. It does not send tool inputs, outputs, generated content, API keys, emails, or upstream error bodies. When a deployment configures POSTHOG_PSEUDONYMIZATION_KEY, the user identifier is HMAC-pseudonymized; otherwise an ephemeral per-process key prevents stable cross-session correlation.
To disable: Set DO_NOT_TRACK=1 or SOCIALNEURON_NO_TELEMETRY=1 in your environme
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: socialneuron
- Source: socialneuron/mcp-server
- License: MIT
- Homepage: https://socialneuron.com/for-developers
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v1.6.0 Imported from the upstream source.