Gen AI Lyrics Search Agent
@tehmenghai
Gen AI Lyrics Search Agent について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-tehmenghai": {
"command": "docker",
"args": [
"build",
"-t",
"lyrics-search-agent",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Gen AI Lyrics Search Agent?
A generative AI agent that searches for song lyrics across the web and returns results in a specific format for mobile apps. It is built with the Model Context Protocol (MCP) for standardized tool integration and provides a FastAPI-based REST API.
How to use Gen AI Lyrics Search Agent?
Clone the repository, install dependencies with Poetry (poetry install), set up environment variables from .env.example, then run with poetry run uvicorn app.main:app --reload or using Docker. Access the API documentation at http://localhost:8000/docs.
Key features of Gen AI Lyrics Search Agent
- Web-based lyrics search across multiple sources
- Generative AI-powered conversation interface
- MCP-compliant tool integration
- FastAPI-based REST API with authentication and rate limiting
- Performance monitoring and analytics
- Docker support for containerized deployment
Use cases of Gen AI Lyrics Search Agent
- A mobile app that needs to fetch song lyrics on demand
- Integrating a conversational AI agent that can search lyrics across the web
- Building a tool that aggregates lyrics from multiple sources in a standardized format
FAQ from Gen AI Lyrics Search Agent
What runtime dependencies does it require?
Python 3.10 or higher, Poetry for dependency management, and optionally Docker.
How do I add a new search tool?
Create a new tool class in app/tools/, implement the BaseTool interface, and register the tool in app/main.py.
Where can I view the API documentation?
Once the application is running, visit http://localhost:8000/docs for interactive API docs or http://localhost:8000/redoc for ReDoc.
How is the server licensed?
It is licensed under the MIT License.
「AI とエージェント」の他のコンテンツ
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント