Gen AI Lyrics Search Agent
Description
# Gen AI Lyrics Search Agent A generative AI agent that can search for song lyrics across the web and return results in a specific format for mobile apps. Built with Model Context Protocol (MCP) for standardized tool integration. ## Features - 🔍 Web-based lyrics search across…
About
# Gen AI Lyrics Search Agent A generative AI agent that can search for song lyrics across the web and return results in a specific format for mobile apps. Built with Model Context Protocol (MCP) for standardized tool integration. ## Features - 🔍 Web-based lyrics search across multiple sources - 🤖 Generative AI-powered…
Details
- Author
- tehmenghai
- GitHub stars
- 1
- Downloads
- 331
- Categories
- AI
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Gen AI Lyrics Search AgentCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"gen ai lyrics search agent": {
"mcp-server-tehmenghai": {
"command": "docker",
"args": [
"build",
"-t",
"lyrics-search-agent",
"."
]
}
}
}
}
McpServers
{
"mcp-server-tehmenghai": {
"command": "docker",
"args": [
"build",
"-t",
"lyrics-search-agent",
"."
]
}
}
Gen AI Lyrics Search Agent
A generative AI agent that can search for song lyrics across the web and return results in a specific format for mobile apps. Built with Model Context Protocol (MCP) for standardized tool integration.
Features
- 🔍 Web-based lyrics search across multiple sources
- 🤖 Generative AI-powered conversation interface
- 🔌 MCP-compliant tool integration
- 🚀 FastAPI-based REST API
- 🔒 Authentication and rate limiting
- 📊 Performance monitoring and analytics
Prerequisites
- Python 3.10 or higher
- Poetry for dependency management
- Docker (optional)
Setup
1. Clone the repository:
git clone <repository-url>
cd lyrics-search-agent
2. Install dependencies using Poetry:
poetry install
3. Set up environment variables:
```bash
cp .env.example .env
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
