Social Neuron
About
52-tool MCP server that gives AI agents full control over the social media content lifecycle. Automated growth loop: research trends, generate content with 35+ AI models, including Sora, Kling, Veo, score through a 7-category quality gate, distribute to social media platforms inc
Details
- Author
- socialneuron
- Downloads
- 340
- Categories
- Communication, Other, Marketing, Automation, AI
Jump to
- 52 tools covering content lifecycle, management, and utilities
- AI-powered content generation (video, image, voiceover, carousel)
- Multi-platform publishing and scheduling with slot optimization
- Analytics, performance insights, and closed-loop optimization
- Brand identity and voice management across platforms
- Autopilot for automated content scheduling
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Social NeuronCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and authenticate using npx -y @socialneuron/mcp-server login --device, which opens a browser for authorization (requires a paid plan). Then add the server to your AI agent (Claude Code, Claude Desktop, VS Code, Cursor) by specifying the command npx -y @socialneuron/mcp-server in the agent's MCP configuration. You can also use the REST API with a bearer token or run CLI commands directly.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"social neuron": {
"social-neuron": {
"command": "npx",
"args": [
"@socialneuron/mcp-server"
]
}
}
}
}
McpServers
{
"social-neuron": {
"command": "npx",
"args": [
"@socialneuron/mcp-server"
]
}
}
@socialneuron/mcp-server
> 52 tools for AI-powered social media management. MCP, REST API, CLI — create content, schedule posts, track analytics, and optimize performance.Integration Methods
| 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 52 tools, auth, scopes, and credit system. Compare methods.Quick Start
MCP (AI Agents)
1. Authenticate
``bash
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.
2. Add to Claude Code
`bash
claude mcp add socialneuron -- npx -y @socialneuron/mcp-server
`
<details>
<summary><strong>Claude Desktop</strong></summary>
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
`json
{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
`
</details>
<details>
<summary><strong>VS Code</strong></summary>
Add to .vscode/mcp.json in your workspace:
`json
{
"servers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
`
</details>
<details>
<summary><strong>Cursor</strong></summary>
Add to .cursor/mcp.json in your workspace:
`json
{
"mcpServers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}
`
</details>
3. Start using
Ask Claude: "What content should I post this week?" or "Schedule my latest video to YouTube and TikTok"
REST API (Any Language)
``bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




