How do I set up the social.plus MCP in VS Code?
VS Code requires version 1.99 or later and the GitHub Copilot extension. Open the user settings JSON (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows or Linux, then run Preferences: Open User Settings (JSON)) and add this configuration at the top level:
{
"mcp": {
"servers": {
"social-plus": {
"type": "sse",
"url": "https://learn.social.plus/mcp"
}
}
}
}Open Copilot Chat with Cmd+I, switch to Agent mode, and run @social-plus to confirm the tool list appears.