Socialneuron MCP Server

This opens your browser to authorize access. Requires a Social Neuron Pro plan or higher. See pricing. Its 7 documented tools cover content, analytics, open. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 4 · #10 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Socialneuron MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add socialneuron-mcp-server -- npx -y @socialneuron/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "socialneuron-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@socialneuron/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @socialneuron/mcp-server - published under the repo owner's npm scope (@socialneuron)

registry vendor namespace com.socialneuron - domain-verified with the official MCP registry

03 · What Socialneuron MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can extract content from URLs, YouTube, articles, and find tools by keyword with progressive detail levels (saves 98% tokens vs loading all tools).

Capability map

Tools grouped from the project's README - what Socialneuron MCP Server lets an agent do.

read & search

4 tools - e.g. Closed-loop optimization feedback; API usage monitoring; YouTube-specific deep analytics

get_loop_summary · get_mcp_usage · fetch_youtube_analytics · search_tools

Open

2 tools - e.g. Project-scoped calendar, quick create, and drag-to-reschedule; Project-scoped KPI, platform-mix, and top-post performance dashboard

open_content_calendar · open_analytics_pulse

Extract

1 tool - e.g. Extract content from URLs, YouTube, articles

extract_url_content

Latest releases

v2.0.1 · 2026-07-27

scope the importActual de-flake to non-reset tests · v2.0.1

v1.9.2 · 2026-07-25

v1.9.1 · 2026-07-18

seedance audio default, budget error clarity, localOnly listing leak, check_status error scrub · thread resolved project_id to per-slide image jobs · v1.9.1

04 · Who maintains Socialneuron MCP Server

mcp-server is maintained by socialneuron. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
data & analytics - ranked #10 of 75 actively-maintained data & analytics servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-27)
registry
com.socialneuron/mcp-server (active, first published 2026-03-21)
packages
npm:@socialneuron/mcp-server

06 · Socialneuron MCP Server FAQ

Is Socialneuron MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 6 releases in the last 90 days. We re-verify nightly.

What can Socialneuron MCP Server do?

With this server connected, an agent can extract content from URLs, YouTube, articles, and find tools by keyword with progressive detail levels (saves 98% tokens vs loading all tools).

How do I install Socialneuron MCP Server?

Run `npx -y @socialneuron/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Socialneuron MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Socialneuron MCP Server