mcpbeat Sign in

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. 24 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 11 · avg 4 · +127% w/w
a month agotoday
24
Installs / week
npm · @thenextgennexus/social-content-mcp-server
0
Stars
0 open issues
22 Feb 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation servers/social-content-mcp-server/.smithery/shttp/module.js:9
…v=(0,ct.or)(v,...l.map(x=>(0,ct._)`${(0,Fs.usePattern)(t,x)}.test(${g})`))),(0,ct.not)(v)}function f(g){e.code((0,ct._)`delete ${o}[${g}]`)}function p(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: APIFY_TOKEN (Your Apify API token for accessing web scraping actors). The author declared them in the registry entry; get the values from the project itself.

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.

32 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
Hn Reddit MCP
by mrfentmen

Hacker News top stories and Reddit top posts by subreddit. No key required.

local only
Unlinked
by larsbaunwall

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

24 installs/wk local only
Reddit
by jojapi

Reddit: Reddit Data API offers streamlined access to Reddit’s public data, like posts, comments.

31 tools answering
CarryFeed
by christian-beep383

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

27 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 24 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 24 times in the last week. Week over week that is +127%. 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 — it is published under the MIT licence, 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.