StarSinger MCP Server
OfficialStarSinger 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
通过自然语言查询、情绪或流派搜索目录。
参数 | 类型 | 必填 | 描述 |
| 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