displayxr-mcp

DisplayXR/displayxr-mcp
★ 0 stars C 💻 Code/Dev Tools Updated today
Tiny embeddable MCP (Model Context Protocol) server framework for DisplayXR — JSON-RPC 2.0 + stdio↔socket adapter, no runtime/shell coupling
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": {
    "displayxr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "DisplayXR/displayxr-mcp"
      ]
    }
  }
}

README Excerpt

Tiny embeddable [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server framework. Hand-rolled JSON-RPC 2.0 with `Content-Length` framing, unix-socket / Windows-named-pipe transport, and a stdio bridge so any MCP client (Claude Code, voice CLI, custom agent) can connect. The library knows nothing about OpenXR, the DisplayXR runtime, or the shell.

Tools (1)

hello