Skip to main content
Glama
pipeworx-io

Genius MCP

by pipeworx-io

@pipeworx/genius

Genius MCP —— 歌曲 / 艺术家 / 专辑 元数据、搜索以及 Genius 注释描述。歌词文本由 Genius API(许可限制)返回——本包返回标题、ID、统计信息、Genius 页面 URL 和“about”描述。

属于 Pipeworx —— 一个将 AI 智能体连接到 1476+ 个实时数据源的 MCP 网关。

工具

  • search(query, limit?) — 关键词搜索;返回歌曲元数据命中结果

  • get_song(id) — 歌曲元数据(title、artist、album、release、pageviews、about)

  • get_artist(id) — 艺术家元数据(name、followers、alternate names、about)

  • artist_songs(artist_id, limit?) — 按热度排序的艺术家歌曲列表

_apiKey 在每个工具上都是可选的——省略它即可使用平台密钥。

Related MCP server: mcp-lyrics-ovh

认证

  • 平台密钥: 当省略 _apiKey 时由网关注入。

  • 自带密钥:https://genius.com/api-clients 注册免费的客户端访问令牌后,传递 _apiKey=<token>

每个请求均以 Authorization: Bearer <token> 的形式发送。

数据源

https://api.genius.com — Bearer 访问令牌。

快速开始

添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "genius": {
      "url": "https://gateway.pipeworx.io/genius/mcp"
    }
  }
}

此端点实际提供什么

位于 https://gateway.pipeworx.io/genius/mcptools/list 返回上表中的工具,此外还有共享的 Pipeworx 元工具——ask_pipeworxdiscover_toolssearch_withinremember/recall 以及网关级工具集中的其余工具。因此你看到的工具数量比此表更大:单个包端点目前会与该包自身的工具一起列出大约 30 个共享工具。连接的 initialize 响应会说明其确切范围,并且是给定日期的权威答案。

这是有意为之,而非意外的多路复用。元工具让限定作用域的连接能够回答此包未覆盖的问题——通过 ask_pipeworx 在整个目录中路由——而无需你添加第二个 MCP 服务器。目前无法在缺少它们的情况下挂载包端点;如果额外的模式消耗的上下文超过路由带来的价值,请连接完整网关一次,而不是连接多个包端点。

或者连接到完整的 Pipeworx 网关,以直接列出每个包的工具,而不只是这一个的:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

两个 URL 到达同一个网关和同样的 1476+ 个数据源。唯一区别是哪个包的工具被直接列出;从其中任何一个连接,ask_pipeworx 都能访问所有这些工具。

与 ask_pipeworx 一起使用

不必直接调用工具,你可以用简单的英语提问——这在上面的包端点以及完整网关上均适用:

ask_pipeworx({ question: "your question about Genius data" })

网关会自动选择正确的工具并填充参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching and retrieving metadata from Deezer's public catalog including tracks, albums, artists, and charts without authentication.
    7
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables searching and managing Spotify playlists, tracks, and user information through the Spotify Web API.
    10
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides access to the SonoVault music metadata API, enabling search and retrieval of information about 90M+ tracks, artists, labels, and releases, including ISRC, ISWC, and cross-platform IDs.
    15
    59
    MIT

View all related MCP servers

Related MCP Connectors

  • Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.

  • Deezer public music catalog (search/tracks/albums/artists/charts)

  • Song lyrics lookup via lyrics.ovh

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/pipeworx-io/mcp-genius'

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