Skip to main content
Glama

Claude Music MCP

by leehave

search_music

Find music by searching for songs, artists, or albums using keywords. Streamline music discovery with customizable search filters and result limits.

Instructions

搜索音乐,支持按歌曲名、艺术家、专辑搜索

Input Schema

NameRequiredDescriptionDefault
limitNo返回结果数量限制
queryYes搜索关键词
typeNo搜索类型all

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "返回结果数量限制", "type": "number" }, "query": { "description": "搜索关键词", "type": "string" }, "type": { "default": "all", "description": "搜索类型", "enum": [ "song", "artist", "album", "all" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from Claude Music MCP

Related Tools

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/leehave/Claude-Music-Mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server