os-bridge

jross32/os-bridge
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
OS-level MCP server for Windows automation and system control over stdio JSON-RPC
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": {
    "os-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "jross32/os-bridge"
      ]
    }
  }
}

README Excerpt

BETA v0.0.0 OS-level MCP server for Windows automation and system control over stdio JSON-RPC. - Exposes local OS automation tools via MCP - Supports desktop control primitives (mouse, keyboard, windows) - Includes shell session tools for persistent command execution - Provides visual helpers including window bounds and screenshots