claude-dreams-mcp

Jonohobs/claude-dreams-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server letting an LLM agent drive PS5 Dreams Create mode via chiaki-ng + virtual DualSense
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": {
    "claude-dreams-mcp": {
      "command": "uvx",
      "args": [
        "claude-dreams-mcp"
      ]
    }
  }
}

Or install with pip: pip install claude-dreams-mcp

README Excerpt

An MCP server that lets an LLM agent drive PS5 *Dreams* Create mode via PS Remote Play (chiaki-ng). Scaffold + R&D phase. The skeleton runs but the gamepad backend doesn't forward gyro yet and the capture backend doesn't work on GNOME-Wayland — both have TODOs pointing at the corrected approach. See `docs/architecture.md` for the plan and `docs/research/` for the supporting work.