MCP API Access

One-click install for Claude Desktop
Download the extension file and double-click it (or drag into Claude Desktop) to install automatically. No config files needed.
Download Sortune.mcpb

After installing, Claude Desktop will ask for your API token. Generate one in the section below.

Connect AI to Sortune

Claude Code (CLI)

Run in terminal:

claude mcp add sortune \
  --transport http \
  /api/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Claude Desktop

In Settings → Developer → Edit Config (claude_desktop_config.json):

{
  "mcpServers": {
    "sortune": {
      "url": "/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}
Endpoint
/api/mcp
API Token
What is MCP?
0:00--:--