Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt

Use this file to discover all available pages before exploring further.

Start a Model Context Protocol server. Once registered with an MCP-capable client (Claude Desktop, Cursor, …), the LLM can call Rocksky tools to query your scrobbles, top artists, now playing, and more.

Usage

rocksky mcp

Wire it into Claude Desktop

Add this to your Claude Desktop MCP config:
{
  "mcpServers": {
    "rocksky": {
      "command": "rocksky",
      "args": ["mcp"]
    }
  }
}
See Claude Desktop (MCP) for the full setup walkthrough.