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 4 documented tools (including Streaming, discover_music, resolve_music) for browsing or selecting items from that list. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-25 · ★ 3 · #106 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

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, and artist spotlights, 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.

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, and artist spotlights.

discover_music

Resolve

1 tool - e.g. Find where to stream, buy, or collect a song or album.

resolve_music

read & search

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

find_product

Latest releases

v1.0.1 · 2026-02-23

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 #106 of 155 actively-maintained media servers as of 2026-08-25.
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-08-25, its last commit was 2026-07-25. 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, and artist spotlights, 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