PipePipe (MCP Server)

GitHub

An open-source Android app to let you browse YouTube and other services freely.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "PipePipe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-PipePipe"
      ]
    }
  }
}