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)
- Request access via support@sortlyai.app
- We’ll provide the MCP server package (no repo access required)
- 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)
- Download the SortlyAI MCP server from our Releases page
- Generate an API key in your Dashboard
- Paste the Claude config from Dashboard → MCP Setup (or use the snippet below)
- 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"
}
}
}
}