/ Каталог / Песочница / Spotify Streamable MCP
● Сообщество iceener ⚡ Сразу

Spotify Streamable MCP

автор iceener · iceener/spotify-streamable-mcp-server

Streamable MCP for Spotify API in TypeScript, Node, and Hono.dev.

Streamable MCP for Spotify API in TypeScript, Node, and Hono.dev.

Живое демо

Как выглядит на практике

spotify-streamable-mcp.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "spotify-streamable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spotify-streamable-mcp"
      ]
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "spotify-streamable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spotify-streamable-mcp"
      ]
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "spotify-streamable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spotify-streamable-mcp"
      ]
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "spotify-streamable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spotify-streamable-mcp"
      ]
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "spotify-streamable-mcp",
      "command": "npx",
      "args": [
        "-y",
        "spotify-streamable-mcp"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "spotify-streamable-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "spotify-streamable-mcp"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add spotify-streamable-mcp -- npx -y spotify-streamable-mcp

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Spotify Streamable MCP

Get started with Spotify Streamable MCP

Когда использовать: When you want to bring Spotify Streamable MCP into your Claude workflow.

Поток
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Spotify Streamable MCP to help me with a task.✓ Скопировано

Итог: Claude can interact with Spotify Streamable MCP directly from your IDE.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills