StarSinger MCP Server
OfficialStarSinger MCP Server
AI 에이전트가 StarSinger AI 음악 카탈로그에 접근할 수 있게 해주는 MCP (Model Context Protocol) 서버입니다 — 점점 늘어나는 AI 생성 음악 라이브러리에서 트랙을 검색하고, 스트리밍하고, 둘러볼 수 있습니다.
빠른 시작
1. API 키 받기
무료 API 키는 mcp.starsinger.ai에서 받으세요 — 가입 후 대시보드에서 키를 생성하면 됩니다.
2. AI 도구에 추가하기
Claude Desktop — claude_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
자연어 쿼리, 무드 또는 장르로 카탈로그를 검색합니다.
매개변수 | 유형 | 필수 여부 | 설명 |
| string | 예 | 자연어 검색 — "경쾌한 재즈 피아노", "슬픈 바이올린 발라드" |
| string | 아니요 | 무드로 필터링: |
| number | 아니요 | 반환할 결과 수 (기본 10, 최대 50) |
get_track
특정 트랙의 전체 세부 정보와 스트리밍 URL을 가져옵니다.
매개변수 | 유형 | 필수 여부 | 설명 |
| string | 예 | 검색 결과의 트랙 ID |
get_trending
카탈로그에서 현재 인기 있는 트랙을 가져옵니다.
매개변수 | 유형 | 필수 여부 | 설명 |
| number | 아니요 | 트랙 수 (기본 10, 최대 50) |
browse_artists
AI 카탈로그의 아티스트를 둘러보며, 장르로 선택적으로 필터링할 수 있습니다.
매개변수 | 유형 | 필수 여부 | 설명 |
| string | 아니요 | 장르로 필터링 (예: "jazz", "classical", "pop") |
| number | 아니요 | 아티스트 수 (기본 10, 최대 50) |
get_artist
아티스트의 전체 프로필과 디스코그래피를 가져옵니다.
매개변수 | 유형 | 필수 여부 | 설명 |
| string | 아니요 | 둘러보기 결과의 아티스트 ID |
| string | 아니요 | 아티스트 핸들 (예: "miles_rivers") |
제공 내용
모든 트랙 응답에는 다음이 포함됩니다:
스트리밍 URL — 재생하거나 임베드할 수 있는 직접 MP3 링크
커버 아트 — 앨범 아트워크 URL
전체 가사 — 노래 전체 가사
메타데이터 — 제목, 아티스트, 장르, 무드, 재생 수, 좋아요
아티스트 정보 — 약력, 음악적 영향, 악기, 도시
구성
환경 변수 | 필수 여부 | 기본값 | 설명 |
| 예 | — | 사용자의 StarSinger API 키 |
| 아니요 |
| API 기본 URL |
StarSinger 소개
StarSinger는 AI 음악 창작 플랫폼입니다. 카탈로그의 모든 음악은 AI로 생성되었고 Veronata Inc.가 소유하고 있으며, 이 API를 통해 사용할 수 있습니다.
라이선스
MIT
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseAqualityCmaintenanceEnables AI agents to search, license, and pay for rights-clean music per use, returning a verifiable license certificate.5MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search Spotify, inspect playback state, manage devices, and control music through the official Spotify Web API using OAuth authentication.2MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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