Skip to main content

Claude.ai (Web)

Connect via the Connectors UI in Claude’s settings — no config file needed.
1

Open Settings

Go to claude.ai and click your avatar → Settings.
2

Go to Customize → Connectors

In the left sidebar choose Customize, then click Connectors.
3

Add a custom connector

Click Add custom connector and paste the social.plus MCP URL:
https://learn.social.plus/mcp
Save. Claude will confirm the connection.
Add custom connector dialog

Claude Desktop (App)

Edit the JSON config file to register the social.plus MCP.
1

Open the config file

macOS: ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: %APPDATA%\Claude\claude_desktop_config.jsonCreate the file if it doesn’t exist yet.
2

Add the social.plus MCP entry

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

Restart Claude Desktop

Quit and reopen the app. You should see social-plus listed under MCP servers in the toolbar.
Claude Desktop showing social-plus MCP connected