MCPControl logo

MCPControl

Enrichment pending
claude-did-this/MCPControl

MCP server for Windows OS automation

GraphCanon updated today · GitHub synced today

328
Stars
52
Forks
41
Open issues
5
Watchers
7mo
Last push
TypeScript MITCreated Dec 3, 2024

Trust & integrity

Full report
Maintenance
Slowing (220d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
10 low (10 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

MCP server for Windows OS automation

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 11, 2026

MCP server
Ships MCP server

Source: package.json:@modelcontextprotocol/* · Jul 11, 2026

Languages
typescript, javascript

Source: github.language+package.json · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

2. Node.js 18 or later (install using the official Windows installer which includes build
Source link

Tags

README

Installation

  1. Install MCPControl Package
    npm install -g mcp-control
    

Development Requirements

To build this project for development, you'll need:

  1. Windows operating system (required for the keysender dependency)
  2. Node.js 18 or later (install using the official Windows installer which includes build tools)
  3. npm package manager
  4. Native build tools:
    • node-gyp: npm install -g node-gyp
    • cmake-js: npm install -g cmake-js

The keysender dependency relies on Windows-specific native modules that require these build tools.


Version Installation

You can install specific versions of MCPControl using npm:


---

# Install the latest stable release (from release branch)
npm install mcp-control

---

# Install a specific version
npm install mcp-control@0.1.22

⚖️ License

This project is licensed under the MIT License - see the LICENSE file for details.