social content mcp server for Windsurf
io.github.thenextgennexus/social-content-mcp-server
Access Hacker News, Dev.to, IMDB, podcasts, and Eventbrite data through the Model Context Protocol
client:Windsurf
transport:stdio
runtime:npm
Install social content mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"social-content-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/social-content-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs