Authentication & setup

Connect Cursor, VS Code & Windsurf

Add the Linkeddit MCP server to editor-based AI clients.

Editor MCP config

Cursor, VS Code (with an MCP extension), and Windsurf all accept an HTTP MCP server entry. Use the same endpoint and header credentials:

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

Reload the editor after saving, then confirm the Linkeddit tools appear in the MCP tools list.