Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learn.social.plus/llms.txt

Use this file to discover all available pages before exploring further.

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 MCP server 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 MCP server.
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 MCP server 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