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

  • 歌詞全文 — 曲の全歌詞

  • メタデータ — タイトル、アーティスト、ジャンル、ムード、再生回数、いいね数

  • アーティスト情報 — 略歴、影響を受けたアーティスト、楽器、活動拠点

設定

環境変数

必須

デフォルト

説明

STSINGER_API_KEY

はい

あなたの StarSinger API キー

STSINGER_API_RL

いいえ

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