Gen AI Lyrics Search Agent
@tehmenghai
About Gen AI Lyrics Search Agent
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-tehmenghai": {
"command": "docker",
"args": [
"build",
"-t",
"lyrics-search-agent",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More AI & Agents MCP servers
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
1Panel
1Panel-devπ₯ 1Panel is a modern, open-source VPS control panel β and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Comments