Gen AI Lyrics Search Agent

by tehmenghai

1 stars
331 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Gen AI Lyrics Search Agent
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.