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