Skip to content

jhoogstraat/spotatui

v0.1.0MIT

Turn any MCP-capable coding agent into a DJ for spotatui, the terminal Spotify client.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

spotatuistdio
{
  "type": "stdio",
  "command": "spotatui",
  "args": [
    "mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "spotatui",
  "version": "0.1.0",
  "description": "Turn any MCP-capable coding agent into a DJ for spotatui, the terminal Spotify client.",
  "homepage": "https://github.com/LargeModGames/spotatui",
  "repository": "https://github.com/LargeModGames/spotatui",
  "license": "MIT",
  "keywords": [
    "spotify",
    "music",
    "dj",
    "mcp",
    "tui"
  ]
}