Skip to main content
Glama
starsinger-ai

StarSinger MCP Server

Official

StarSinger MCP Server

AI 에이전트가 StarSinger AI 음악 카탈로그에 접근할 수 있게 해주는 MCP (Model Context Protocol) 서버입니다 — 점점 늘어나는 AI 생성 음악 라이브러리에서 트랙을 검색하고, 스트리밍하고, 둘러볼 수 있습니다.

빠른 시작

1. API 키 받기

무료 API 키는 mcp.starsinger.ai에서 받으세요 — 가입 후 대시보드에서 키를 생성하면 됩니다.

2. AI 도구에 추가하기

Claude Desktopclaude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "starsinger": {
      "command": "npx",
      "args": ["-y", "starsinger-mcp"],
      "env": {
        "STARSINGER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor.cursor/mcp.json에 추가하세요:

{
  "mcpServers": {
    "starsinger": {
      "command": "npx",
      "args": ["-y", "starsinger-mcp"],
      "env": {
        "STARSINGER_API_KEY": "your_api_key_here"
      }
    }
  }
}

VS Code — 사용자 설정에 추가하세요:

{
  "mcp": {
    "servers": {
      "starsinger": {
        "command": "npx",
        "args": ["-y", "starsinger-mcp"],
        "env": {
          "STARSINGER_API_KEY": "your_api_key_here"
        }
      }
    }
  }
}

3. 사용해 보기

AI 어시스턴트에게 물어보세요:

"편안한 재즈 피아노 트랙을 찾아줘"

"StarSinger에는 어떤 아티스트가 있어?"

"운동 영상에 쓸 신나는 트랙을 추천해줘"

Related MCP server: mcp-ytmusic

도구

search_music

자연어 쿼리, 무드 또는 장르로 카탈로그를 검색합니다.

매개변수

유형

필수 여부

설명

query

string

자연어 검색 — "경쾌한 재즈 피아노", "슬픈 바이올린 발라드"

mood

string

아니요

무드로 필터링: purple (차분한), red (에너지 넘치는), blue (감성적인), gold (힘을 북돋우는), green (자연), pink (로맨틱한), dark (강렬한), rainbow (절충적인)

limit

number

아니요

반환할 결과 수 (기본 10, 최대 50)

get_track

특정 트랙의 전체 세부 정보와 스트리밍 URL을 가져옵니다.

매개변수

유형

필수 여부

설명

trackId

string

검색 결과의 트랙 ID

카탈로그에서 현재 인기 있는 트랙을 가져옵니다.

매개변수

유형

필수 여부

설명

limit

number

아니요

트랙 수 (기본 10, 최대 50)

browse_artists

AI 카탈로그의 아티스트를 둘러보며, 장르로 선택적으로 필터링할 수 있습니다.

매개변수

유형

필수 여부

설명

genre

string

아니요

장르로 필터링 (예: "jazz", "classical", "pop")

limit

number

아니요

아티스트 수 (기본 10, 최대 50)

get_artist

아티스트의 전체 프로필과 디스코그래피를 가져옵니다.

매개변수

유형

필수 여부

설명

artistId

string

아니요

둘러보기 결과의 아티스트 ID

handle

string

아니요

아티스트 핸들 (예: "miles_rivers")

제공 내용

모든 트랙 응답에는 다음이 포함됩니다:

  • 스트리밍 URL — 재생하거나 임베드할 수 있는 직접 MP3 링크

  • 커버 아트 — 앨범 아트워크 URL

  • 전체 가사 — 노래 전체 가사

  • 메타데이터 — 제목, 아티스트, 장르, 무드, 재생 수, 좋아요

  • 아티스트 정보 — 약력, 음악적 영향, 악기, 도시

구성

환경 변수

필수 여부

기본값

설명

STARSINGER_API_KEY

사용자의 StarSinger API 키

STARSINGER_API_URL

아니요

https://mcp-api.starsinger.ai

API 기본 URL

StarSinger 소개

StarSinger는 AI 음악 창작 플랫폼입니다. 카탈로그의 모든 음악은 AI로 생성되었고 Veronata Inc.가 소유하고 있으며, 이 API를 통해 사용할 수 있습니다.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Spotify's music catalog through natural language conversations. Search for tracks and artists, get recommendations, explore playlists, and browse artist discographies using the Spotify Web API.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables users to search the YouTube Music catalog and manage playlists using natural language. It provides tools for searching songs, albums, and artists, as well as performing playlist operations like creating, adding, and deleting tracks.

View all related MCP servers

Related MCP Connectors

  • 15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.

  • Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.

  • Search and discover advertiser products through an open marketplace for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/starsinger-ai/starsinger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server