drio
Open app

View Control MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

View Control MCP Server is a Model Context Protocol (MCP) server that allows for local PC operations, mouse clicks, and screen captures through standardized communication between AI language model applications and external services.

To use the server, install it via npm and start it using the command line. It communicates using JSON-RPC 2.0 format requests through standard input/output.

  • Mouse operations: Get mouse position, move mouse, click (left/right/middle), drag & drop. - Keyboard operations: Text input, key presses, and combinations with modifier keys. - Screen capture: Capture the entire screen and retrieve Base64 encoded image data. - Communication: Complies with JSON-RPC 2.0 protocol and supports stdio transport.
  1. Automating repetitive tasks on a local PC.
  2. Integrating with AI assistants for enhanced functionality.
  3. Capturing screen data for analysis or sharing.

Add to your AI client

Use these steps to connect View Control MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "view-control-mcp-server-nakashima-takeo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-view-control-mcp-server-nakashima-takeo"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "view-control-mcp-server-nakashima-takeo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-view-control-mcp-server-nakashima-takeo"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "view-control-mcp-server-nakashima-takeo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-view-control-mcp-server-nakashima-takeo"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "view-control-mcp-server-nakashima-takeo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-view-control-mcp-server-nakashima-takeo"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "view-control-mcp-server-nakashima-takeo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-view-control-mcp-server-nakashima-takeo"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "view-control-mcp-server-nakashima-takeo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-view-control-mcp-server-nakashima-takeo"
      ]
    }
  }
}

FAQ

What is MCP?

Model Context Protocol (MCP) is a standardized communication protocol that enables AI assistants to perform local PC operations.

How do I install the server?

You can install it using the command: `npm install view-control-mcp-server`.

Can I use it with any MCP client?

Yes, it can be integrated with clients like Claude Desktop and Cursor.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2821,"uuid":"c035dc24-b347-467e-8f5d-2395b9e61759","name":"view-control-mcp-server","title":"View Control MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/38322674?v=4","created_at":"$D2025-03-15T08:20:10.877Z","updated_at":"$D2025-03-15T09:00:12.277Z","status":"created","author_name":"nakashima-takeo","author_avatar_url":"https://avatars.githubusercontent.com/u/38322674?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/nakashima-takeo/view-control-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-15 19:51:09\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]