FakerInputMCP

the-eric-kwok/FakerInputMCP
★ 0 stars Python Code/Dev Tools Updated today
Safe singleton FakerInput virtual HID MCP server for Codex on Windows
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fakerinputmcp": {
      "command": "uvx",
      "args": [
        "fakerinputmcp"
      ]
    }
  }
}

Or install with pip: pip install fakerinputmcp

README Excerpt

FakerInput MCP gives Codex controlled access to a virtual HID keyboard and mouse on Windows. Each Codex task keeps its own stdio MCP adapter, while all adapters share one per-session control service and one FakerInput device. ```text Codex task A -> fakerinput-mcp --+ +-> singleton control service -> FakerInput HID

Tools (5)

FAKERINPUT_CONTROL_LEASE_MSFAKERINPUT_CONTROL_MAX_LEASE_MSFAKERINPUT_LOG_LEVELFAKERINPUT_MAX_HOLD_MSFAKERINPUT_SERVICE_LOG