Skip to main content
Glama
package.json1.48 kB
{ "name": "win32-mcp-inspector", "displayName": "Windows Automation Inspector (MCP)", "version": "1.0.1", "publisher": "RandyNorthrup", "description": "Comprehensive Windows automation MCP server with 25+ tools for screen capture, OCR, mouse/keyboard control, window management, and process control", "categories": [ "Other" ], "keywords": [ "mcp", "windows", "automation", "screenshot", "ocr", "mouse", "keyboard", "window-management", "process-control", "clipboard", "ui-testing", "desktop-automation" ], "repository": { "type": "git", "url": "https://github.com/RandyNorthrup/win32-mcp-server.git" }, "bugs": { "url": "https://github.com/RandyNorthrup/win32-mcp-server/issues" }, "homepage": "https://github.com/RandyNorthrup/win32-mcp-server#readme", "license": "MIT", "engines": { "vscode": "^1.80.0" }, "main": "./extension.js", "activationEvents": [ "onStartupFinished" ], "contributes": { "configuration": { "title": "Windows MCP Inspector", "properties": { "win32-mcp.enabled": { "type": "boolean", "default": true, "description": "Enable Windows Automation Inspector MCP server" }, "win32-mcp.autoInstall": { "type": "boolean", "default": true, "description": "Automatically install win32-mcp-server Python package if not found" } } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RandyNorthrup/win32-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server