Skip to content
Claude Desktop

social content mcp server for Claude Desktop

com.thenextgennexus/social-content-mcp-server

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

client:Claude Desktop transport:streamable-http tools:4

Install social content mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "social-content-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/social-content-mcp-server/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

social content mcp server in other clients