crates-api

ellienieuwdorp/crates-api
★ 0 stars Kotlin Code/Dev Tools Updated today
Reverse-engineered OpenAPI spec, Kotlin client, and MCP server for the Crates DJ music library API.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crates-api": {
      "command": "npx",
      "args": [
        "-y",
        "ellienieuwdorp/crates-api"
      ]
    }
  }
}

README Excerpt

Public artifacts for the Crates DJ music library API. Reverse-engineered from the macOS app. - `specs/` - OpenAPI 3.0.3 specs per Crates.app version. `specs/latest` is a symlink to the newest version. - `crates-api-kotlin/` - Kotlin client library generated from the OpenAPI spec (Ktor + coroutines + kotlinx.serialization).

Tools (3)

CRATES_BASE_URLCRATES_CLIENT_IDCRATES_MCP_ALLOW_WRITES