ClickCease Tracking

How do I set up the social.plus MCP in Claude Desktop?

Open the Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, or %APPDATA%\Claude\claude_desktop_config.json on Windows (create the file if it does not exist), then add this entry:

{
  "mcpServers": {
    "social-plus": {
      "url": "https://learn.social.plus/mcp",
      "transport": "sse"
    }
  }
}

Quit and reopen Claude Desktop, and social-plus appears under MCP servers in the toolbar. No API key, no local server, no further configuration.