4,500+ servers built on MCP Fusion
Vinkius
Lyrics.ovh logo
Vinkius
Mastra AI logo

How to Use the Lyrics.ovh MCP in Mastra AI

Build resilient music-search workflows for your agents using Mastra AI and the Lyrics.ovh MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Lyrics.ovh MCP on Cursor AI Code Editor MCP Client Lyrics.ovh MCP on Claude Desktop App MCP Integration Lyrics.ovh MCP on OpenAI Agents SDK MCP Compatible Lyrics.ovh MCP on Visual Studio Code MCP Extension Client Lyrics.ovh MCP on GitHub Copilot AI Agent MCP Integration Lyrics.ovh MCP on Google Gemini AI MCP Integration Lyrics.ovh MCP on Lovable AI Development MCP Client Lyrics.ovh MCP on Mistral AI Agents MCP Compatible Lyrics.ovh MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect Lyrics.ovh MCP to Mastra AI

Create your Vinkius account to connect Lyrics.ovh to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automated lyric retrieval for Mastra AI

Inject `get_lyrics` into your Mastra agent to automate the process of finding song text. If the first attempt hits a rate limit, your workflow engine handles the retry logic automatically. This keeps your agent tasks running without manual intervention. It’s the difference between a broken script and a persistent, reliable service.

Conditional music logic with Mastra AI

Use the `suggest_songs` tool to branch your agent's behavior based on music discovery. If the agent finds a match, it proceeds; if not, it triggers an alternative research step. You define the rules, and the agent follows them. It makes your music discovery workflows feel smart instead of scripted.

Human-in-the-loop approvals for MCP Server

Require manual approval before your agent executes `get_lyrics` or `suggest_songs` within your Mastra workflow. This keeps a human in control of what the agent pulls. You get the power of automation with the safety of a gatekeeper. It’s ideal for production environments where you need to monitor every external call.

Setup guide

Set up Lyrics.ovh MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Lyrics.ovh tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "lyricsovh-mcp-client",
  servers: {
    "lyricsovh-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Lyrics.ovh Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Lyrics.ovh tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Lyrics.ovh transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Lyrics.ovh. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Lyrics.ovh MCP in Mastra AI

Add the server URL to your agent's configuration and spread the tools into the agent definition. Mastra AI detects the tools automatically, making them ready for your workflows.
You can set up a workflow that uses `suggest_songs` to monitor for new tracks. If the tool returns a result, your agent sends a notification to your team.
Mastra AI manages the retry logic for you. If a call to the MCP server fails, the workflow engine catches it and attempts the operation again based on your settings.
The server communicates over authenticated channels. Your local agent environment remains isolated from external threats while interacting with the tool.
It only touches public artist and song metadata. No private user logs, session data, or sensitive keys are ever transmitted or stored by this integration.

Start using the Lyrics.ovh MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 2 tools

We've already built the connector for Lyrics.ovh. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 2 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.