Rootvine MCP

Cross-platform music and game resolution for AI agents across 15+ platforms. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It still exposes 5 documented tools (including Streaming, discover_music, resolve_artist) for browsing or selecting items from that list. It runs locally over stdio via the published package.

People who work with music and resolve and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 3 · #46 OF 173 MAINTAINED MEDIA · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Rootvine MCP

Claude Code

claude mcp add ragingorangutan-rootvine-mcp -- npx -y rootvine-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ragingorangutan-rootvine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rootvine-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package rootvine-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.RagingOrangutan is GitHub-verified and matches the repo owner

03 · What Rootvine MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can browse curated music collections - charts, genre walls, moods, editorial playlists, artist spotlights, and historic charts back to 1946, get an artist's profile and full discography, and find where to stream, buy, or collect a song or album.

Capability map

Tools grouped from the project's README - what Rootvine MCP lets an agent do.

Resolve

2 tools - e.g. Get an artist's profile and full discography.; Find where to stream, buy, or collect a song or album.

resolve_artist · resolve_music

Streaming

1 tool - e.g. Spotify, Apple Music, Tidal, YouTube Music, Deezer

Streaming

Discover

1 tool - e.g. Browse curated music collections - charts, genre walls, moods, editorial playlists, artist spotlights, and historic charts back to 1946.

discover_music

read & search

1 tool - e.g. Smart router - automatically detects category and routes to the correct resolver.

find_product

Latest releases

v1.3.1 · 2026-08-30

Dependency maintenance. No API change - 1.3.0 callers need change nothing. · What consumers actually get · Two packages reach anyone installing rootvine-mcp, and both were behind: · | | from | to | · |---|---|---| · |…

v1.3.0 · 2026-08-30

Adds resolve_artist, closing the gap that made "what else has this artist done" unanswerable. · resolve_artist · resolve_artist { slug: "stromae" } · → genres, profile, 19 releases · resolve_music { slug…

v1.2.1 · 2026-08-30

If you are on 1.2.0, upgrade. That version has been deprecated on npm. · What changed · discover_music { tours: true } has been removed. It exposed BeatsVine's See Tickets-sourced touring data to third-party AI agents…

04 · Who maintains Rootvine MCP

rootvine-mcp is maintained by ragingorangutan. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
media - ranked #46 of 173 actively-maintained media servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-08-30)
registry
io.github.RagingOrangutan/rootvine-mcp (active, first published 2026-03-28)
packages
npm:rootvine-mcp

06 · Rootvine MCP FAQ

Is Rootvine MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can Rootvine MCP do?

With this server connected, an agent can browse curated music collections - charts, genre walls, moods, editorial playlists, artist spotlights, and historic charts back to 1946, get an artist's profile and full discography, and find where to stream, buy, or collect a song or album.

How do I install Rootvine MCP?

Run `npx -y rootvine-mcp`. You can also paste the ready-made client config above.

Does Rootvine MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Rootvine MCP