Odel
rootvine mcp

rootvine mcp

Local
@ragingorangutan3TypeScriptMITUpdated 1w ago

Cross-platform music and game resolution for AI agents across 15+ platforms.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrootvine-mcpv1.0.3

Run

npx -y rootvine-mcp

MCP client config

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