How to Use the Lyrics.ovh MCP in Cursor
Inject real song lyrics and suggestions into your code with Cursor. Build music apps with live data, not mockups.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lyrics.ovh MCP to Cursor
Create your Vinkius account to connect Lyrics.ovh to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pull Lyrics Into Your Code
The `get_lyrics` tool lets your agent fetch song lyrics and place them directly into your active file. Tell the agent the artist and title, and it generates the code to hold the lyrics—maybe a string variable or a text block in your UI. This stops the context switching of finding lyrics online and pasting them in. Your agent gets the real text from the Lyrics.ovh API, so you're building with actual data from the start. No more placeholder text.
Generate Song Lists On-the-Fly
Use `suggest_songs` to have your agent generate lists or arrays of song titles in your code. Give it a search term, and it will call the tool and format the response right into your editor. It's useful for populating dropdowns, creating test data, or building recommendation features. You can ask the agent to 'find songs by Queen and put them in a Python list.' It will use `suggest_songs` and write the code for you. It's a practical way to get from an idea to working code in one step.
Configure this MCP Server for Your Project
You add the Lyrics.ovh server to your project by creating a `.cursor/mcp.json` file. This keeps the tool configuration tied to your codebase. When a teammate pulls the repo, they get the same tools automatically. This means your entire team can use the same live data source for lyrics without individual setup. It keeps development consistent and makes onboarding new developers faster. The MCP configuration travels with the code.
Set up Lyrics.ovh MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Lyrics.ovh MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Lyrics.ovh transactions." If the MCP tools are loaded correctly, Cursor will call the Lyrics.ovh tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"lyricsovh-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} 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 Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lyrics.ovh MCP today
We host it, we monitor it, we maintain it. You just paste one token.