genius-mcp-server
@Sergiolm17
关于 genius-mcp-server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"genius-mcp-server": {
"command": "npx",
"args": [
"-y",
"genius-mcp-server",
"#",
"Usando",
"el",
"nombre",
"de",
"paquete",
"genius-mcp-server",
"como",
"ejemplo"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is genius-mcp-server?
genius-mcp-server is a Model Context Protocol (MCP) server that lets MCP clients (e.g., Claude for Desktop, VS Code GitHub Copilot) search lyrics, artists, and retrieve song/artist details from Genius.com via the Genius API.
How to use genius-mcp-server?
Requires Node.js 16+ and a Genius Client Access Token. Set the GENIUS_CLIENT_ACCESS_TOKEN or GENIUS_ACCESS_TOKEN environment variable to your token. Run with npx -y genius-mcp-server. Configure your MCP client (e.g., Claude Desktop) to launch the server using npx and pass the token in the env block of the JSON config.
Key features of genius-mcp-server
genius-searchtool: search songs, artists, or web pages.genius-list-artist-songstool: list songs by artist ID.genius-songresource: get song details by ID (genius://songs/{id}).genius-artistresource: get artist details by ID (genius://artists/{id}).genius-search-promptprompt: a reusable template for initiating Genius searches.
Use cases of genius-mcp-server
- Ask an LLM to find songs by a specific artist on Genius.
- Retrieve detailed information about a song or artist using their numeric ID.
- Automate music research workflows in AI chatbots or coding assistants.
FAQ from genius-mcp-server
How do I get a Genius API key?
Visit the Genius API Client management page, create a new client, and generate a Client Access Token. This token provides read-only access to public endpoints.
What are the system requirements?
Node.js version 16 or higher and npm (or uv) are required.
How do I run the server with npx?
Set the environment variable GENIUS_CLIENT_ACCESS_TOKEN to your token, then run npx -y genius-mcp-server. The server will start on stdio.
How do I configure it with Claude for Desktop?
Edit claude_desktop_config.json (located in ~/Library/Application Support/Claude/ on macOS/Linux or %APPDATA%\Claude on Windows) and add an entry under mcpServers with command: "npx", args: ["-y", "genius-mcp-server"], and env: { "GENIUS_ACCESS_TOKEN": "your_token" }.
What is the authentication model?
The server uses a Client Access Token passed as an environment variable. It only provides read access to public Genius API endpoints. For advanced user-specific features, OAuth would be needed.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
评论