agent-media

davidj4tech/agent-media
★ 0 stars Python 🌐 Browser/Web Updated 8d ago
Multi-channel mpv control surface for Termux: MCP server + HTTP/JSON API + mobile-first web UI with PWA + keyboard shortcuts
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-media": {
      "command": "uvx",
      "args": [
        "agent-media"
      ]
    }
  }
}

Or install with pip: pip install agent-media

README Excerpt

The agent's audio/music stack — a small family of tools that lives on a phone (or any Termux/Linux box) and gives coding agents a voice, playback control, and (soon) a sense of musical taste. ``` ┌────────────────────────────────────┐ │ packages/ │ │ ├── media-mcp/ playback control │ Node, MCP server + HTTP/UI