view-control-mcp-server

view-control-mcp-server

3.1

If you are the rightful owner of view-control-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

View Control MCP Server is a Model Context Protocol server that allows local PC operations such as mouse clicks and screen captures.

The View Control MCP Server is a Model Context Protocol (MCP) server designed to facilitate local PC operations like mouse control, keyboard input, and screen capturing. It implements the MCP protocol compliant with JSON-RPC 2.0, enabling integration with MCP clients such as Claude Desktop and Cursor. The server supports the MCP protocol version '2024-11-05'. It allows AI assistants to perform tasks on a local PC, enhancing their functionality by enabling direct interaction with the system. The server can be installed via npm and is started using the command line, operating in stdio mode for direct communication with MCP clients. It supports various methods for mouse, keyboard, and screen operations, and provides a structured communication format for requests and responses.

Features

  • Mouse Operations: Includes getting mouse position, moving the mouse, clicking (left/right/middle), and drag & drop.
  • Keyboard Operations: Supports text input, key presses, and combinations with modifier keys like Command, Alt, Control, and Shift.
  • Screen Capture: Captures the entire screen and provides Base64 encoded image data.
  • Communication Protocol: Uses JSON-RPC 2.0 compliant MCP protocol with stdio transport.