Skip to main content
Glama
starsinger-ai

StarSinger MCP Server

Official

StarSinger MCP Server

一个 MCP(模型上下文协议)服务器,让 AI 智能体能够访问 StarSinger AI 音乐目录 —— 从一个不断增长的 AI 生成音乐库中搜索、流式播放和浏览曲目。

快速开始

1. 获取 API 密钥

mcp.starsinger.ai 获取免费的 API 密钥 —— 注册并从仪表盘创建一个密钥。

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

通过自然语言查询、情绪或流派搜索目录。

参数

类型

必填

描述

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