windows-mcp-server
by danielftl
Overview
Provides a set of Windows desktop automation tools via an MCP (Multi-Modal Communication Protocol) Server-Sent Events (SSE) stream.
Installation
python windows_mcp_server.pySecurity Notes
This server exposes powerful system-level controls (mouse, keyboard, application execution, process termination, screenshots) via an unauthenticated API. The `tool_open_app` function allows a connected client to execute any arbitrary program on the host machine by providing a path, leading to arbitrary code execution. The `tool_close_app` function allows termination of any process given its PID. While it defaults to `127.0.0.1`, any local process can connect and fully control the machine. This is an extremely high-risk setup and should only be run in highly controlled, isolated environments with trusted clients.
Similar Servers
Awesome-MCP-Servers
Cataloging and describing Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities, which enable AI models to interact with various local and remote resources.
protocols
Acts as a server implementing the Minecraft Protocol, allowing Minecraft clients to connect and play in a custom game environment.
GeminiMcpServer.
Acts as a server or proxy for a protocol, likely related to Minecraft (MCP).
yt-mcp-server
A Model Context Protocol (MCP) server that enables MCP clients (like ChatGPT, Claude Desktop, or other LLM applications) to control and create n8n workflows through standardized tool interfaces.