Developer Tools
Trust: 30/100 (Limited)io.github.TheNextGenNexus/social-content-mcp-server Guide
Access Hacker News, Dev.to, IMDB, podcasts, and Eventbrite data through the Model Context Protocol
by TheNextGenNexus
Quick Start
Install
npx @thenextgennexus/social-content-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-thenextgennexus-social-content-mcp-server": {
"command": "npx",
"args": [
"@thenextgennexus/social-content-mcp-server"
]
}
}
}