Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"socialneuron": {
"args": [
"-y",
"@socialneuron/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
76 tools for AI-powered social media management. MCP, REST API, CLI — create content, schedule posts, track analytics, and optimize performance. > The live Railway endpoint at mcp.socialneuron.com may surface a small number of additional integrated tools beyond the npm-published surface — see /.well-known/mcp/server-card.json for runtime truth.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@socialneuron/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @socialneuron/mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Claude Code plugin: 115 commands, 25 agents, 64 scripts, 67 MCP servers, 143 reference files. Eval/QA layer (hallucination detection, claim verification, A+ through F grading). Multilingual (Sarvam AI, DeepL, Google Cloud Translation). Full execution with approval workflow.
A free SEO research tool using Model Context Protocol (MCP) powered by Ahrefs data. Get backlink analysis, keyword research, traffic estimation, and more — directly in your AI-powered IDE.
MCP Security Weekly
Get CVE alerts and security updates for com.socialneuron/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
76 tools for AI-powered social media management. MCP, REST API, CLI — create content, schedule posts, track analytics, and optimize performance.
The live Railway endpoint at
mcp.socialneuron.commay surface a small number of additional integrated tools beyond the npm-published surface — see/.well-known/mcp/server-card.jsonfor runtime truth.
| 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 | Coming Q2 2026 |
All methods share the same 76 tools, auth, scopes, and credit system. Compare methods.
npx -y @socialneuron/mcp-server login --device
This opens your browser to authorize access. Requires a paid Social Neuron plan (Starter or above). See pricing.
claude mcp add socialneuron -- npx -y @socialneuron/mcp-server
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"]
}
}
}
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: