← mojim.org

INDIVIDUAL MCP TOOL

search_lyrics

用關鍵字或記得的一句歌詞,搜尋華語歌曲(歌詞片段反查找歌)。回傳歌名、歌手與連結。

mojim.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

mojim.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mojim-org]
url = "https://mojim.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mojim-org": {
      "type": "http",
      "url": "https://mojim.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mojim-org
Remote MCP URL: https://mojim.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mojim-org": {
      "url": "https://mojim.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mojim-org": {
      "type": "http",
      "url": "https://mojim.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mojim-org",
  "transport": "streamable-http",
  "url": "https://mojim.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_song — 用歌曲 ID 取得完整歌詞、歌手、專輯、作詞作曲編曲。先用 search_lyrics 拿到 ID。
  • suggest — 輸入前綴,取得歌手/歌曲自動完成建議。