> ## 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

> Connect social.plus to Claude — both claude.ai web and the Claude Desktop app.

## Claude.ai (Web)

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

<Steps>
  <Step title="Open Settings">
    Go to [claude.ai](https://claude.ai) and click your avatar → **Settings**.
  </Step>

  <Step title="Go to Customize → Connectors">
    In the left sidebar choose **Customize**, then click **Connectors**.
  </Step>

  <Step title="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.
  </Step>
</Steps>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/social-b97141fb/images/ai-mcp/claude-web-add-connector.png" alt="Add custom connector dialog" />
</Frame>

***

## Claude Desktop (App)

Edit the JSON config file to register the MCP server.

<Steps>
  <Step title="Open the config file">
    **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`

    **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

    Create the file if it doesn't exist yet.
  </Step>

  <Step title="Add the MCP server entry">
    ```json theme={null}
    {
      "mcpServers": {
        "social-plus": {
          "url": "https://learn.social.plus/mcp",
          "transport": "sse"
        }
      }
    }
    ```
  </Step>

  <Step title="Restart Claude Desktop">
    Quit and reopen the app. You should see **social-plus** listed under MCP servers in the toolbar.
  </Step>
</Steps>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/social-b97141fb/images/ai-mcp/claude-desktop-mcp-connected.png" alt="Claude Desktop showing social-plus MCP connected" />
</Frame>
