socialneuron/mcp-server
MCP server for Social Neuron - AI content creation tools for Claude
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> 64 tools for AI-powered social media management. MCP, REST API, CLI — create content, schedule posts, track analytics, and optimize performance.
[](https://www.npmjs.com/package/@socialneuron/mcp-server) [](https://opensource.org/licenses/MIT)
| 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 64 tools, auth, scopes, and credit system. Compare methods.
npx -y @socialneuron/mcp-server login --deviceThis 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<details> <summary><strong>Claude Desktop</strong></summary>
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"]
}
}
}</details>
<details> <summary><strong>VS Code</strong></summary>
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"socialneuron": {
"command": "npx",
"args": ["-y", "@socialneuron/mcp-server"]
}
}
}</details>
<details> <summary><strong>C
Loading reviews...