Authentication & setup

Connect Claude

Add the Linkeddit MCP server to Claude.ai connectors, Claude Desktop, and Claude Code.

Claude.ai connectors (OAuth)

  1. In Claude.ai, open Settings, then Connectors, and add a custom connector.
  2. Enter the server URL: https://linkeddit.com/api/mcp/reddit/mcp
  3. Complete the OAuth sign-in with your Linkeddit account. No manual keys needed.

Claude Desktop / Claude Code

Add an HTTP MCP server to your config with header credentials:

{
  "mcpServers": {
    "linkeddit": {
      "url": "https://linkeddit.com/api/mcp/reddit/mcp",
      "headers": {
        "X-Client-Id": "lnkd_...",
        "X-Client-Secret": "lnkd_sec_..."
      }
    }
  }
}json