mcpbeat

Social Content MCP Server

local only

Social Content MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 22 Feb 2026.

Access Hacker News, Dev.to, IMDB, podcasts, and Eventbrite data through the Model Context Protocol

Installs per day peak 23 · avg 6 · +38% w/w
a month agotoday
40
Installs / week
npm · @thenextgennexus/social-content-mcp-server
0
Stars
0 open issues
22 Feb 2026
Last commit
0 releases in 90 days
License
JavaScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add social-content-mcp-server -- npx -y @thenextgennexus/social-content-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "social-content-mcp-server": {
      "args": [
        "-y",
        "@thenextgennexus/social-content-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.social-content-mcp-server]
command = "npx"
args = ["-y", "@thenextgennexus/social-content-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "social-content-mcp-server": {
      "args": [
        "-y",
        "@thenextgennexus/social-content-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "social-content-mcp-server": {
      "args": [
        "-y",
        "@thenextgennexus/social-content-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Social Content MCP Server

same job, measured the same way
C
Social Content MCP Server
by thenextgennexus

Dev.to, Steam, podcasts, Eventbrite — cross-format content discovery for AI curators.

4 tools answering
Twitterapi
by pedrot95dev

Read/write X (Twitter) via twitterapi.io: mentions, thread context, create and delete tweets.

31 installs/wk local only
LinkedIn MCP Server
by com-mcp

LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.

3 tools answering
SocialSpool
by thesethrose

Create, schedule, and publish social posts through the hosted SocialSpool MCP connector.

answering
what2post
by thedesti

Read-only access to your what2post LinkedIn data: posts, profile stats, follower growth and goals.

4 tools answering
Unlinked
by larsbaunwall

MCP server that brings your LinkedIn professional profile and experience into your context.

22 installs/wk local only
CarryFeed
by christian-beep383

Resolve public X/Twitter profiles, posts, and media through CarryFeed.

42 installs/wk local only
Viralhunt MCP
by rodvan

Find trending content and schedule posts across social networks via the ViralHunt.io API.

453 installs/wk local only

Social Content MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Social Content MCP Server?
Social Content MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @thenextgennexus/social-content-mcp-server was installed 40 times last week.
How do I connect Social Content MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @thenextgennexus/social-content-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Social Content MCP Server?
The npm package @thenextgennexus/social-content-mcp-server was installed 40 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Social Content MCP Server open source?
Yes — written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.