AI Client Integration (MCP)

Connect your SortlyAI bookmarks to Claude Desktop and other MCP‑compatible AI clients.

👑 Premium Feature: MCP Server access requires a Premium subscription ($5/month)

Private beta: MCP integration is not publicly distributed yet. If you want access, email support@sortlyai.app.

How access works (beta)

  1. Request access via support@sortlyai.app
  2. We’ll provide the MCP server package (no repo access required)
  3. We’ll send copy‑paste steps to configure Claude Desktop

What you'll need

  • Premium subscription (required for MCP Server access)
  • SortlyAI account and API key (Dashboard → API Keys)
  • Claude Desktop installed
  • macOS/Windows/Linux shell to run the provided MCP binary/script

Setup (Launch)

  1. Download the SortlyAI MCP server from our Releases page
  2. Generate an API key in your Dashboard
  3. Paste the Claude config from Dashboard → MCP Setup (or use the snippet below)
  4. Restart Claude Desktop

Claude config (example)

{
  "mcpServers": {
    "sortlyai": {
      "command": "/path/to/sortlyai-mcp-server",
      "args": [],
      "env": {
        "SORTLYAI_API_KEY": "your_api_key_here",
        "SORTLYAI_API_URL": "https://api.sortlyai.app/api"
      }
    }
  }
}