EveryDev.ai
Sign inSubscribe
Explore AI Tools
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,424+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1573
    • Coding1176
    • Infrastructure524
    • Marketing445
    • Design422
    • Projects381
    • Research354
    • Analytics328
    • Testing219
    • MCP210
    • Data203
    • Security192
    • Integration168
    • Learning154
    • Communication145
    • Prompts140
    • Extensions135
    • Commerce123
    • Voice122
    • DevOps98
    • Web76
    • Finance21
    1. Home
    2. Tools
    3. Windows-MCP
    Windows-MCP icon

    Windows-MCP

    MCP Servers

    An open-source MCP server that enables AI agents and LLMs to interact with the Windows operating system for UI automation, file navigation, application control, and more.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the MIT License. Full source code available on GitHub.

    Engagement

    Available On

    Windows
    Linux
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersBrowser AutomationAutonomous Systems

    Alternatives

    PinchTabChrome DevTools MCPGlance
    Developer
    CursorTouchCursorTouch builds open-source tools for integrating AI agen…

    Listed May 2026

    About Windows-MCP

    Windows-MCP is a lightweight, open-source MCP (Model Context Protocol) server built by CursorTouch that bridges AI agents and the Windows operating system. It allows any LLM to perform tasks such as file navigation, application control, UI interaction, and QA testing on Windows 7 through 11. The project is available on PyPI, listed in the official MCP Registry, and licensed under MIT.

    What It Is

    Windows-MCP acts as an MCP server that exposes a rich set of Windows automation tools to connected AI clients. Unlike many automation tools, it does not rely on traditional computer vision techniques or fine-tuned models — it works with any LLM, making it broadly compatible and reducing setup complexity. It communicates via stdio, SSE, or streamable HTTP transports, and can be installed with a single uvx windows-mcp serve command.

    Core Toolset

    The server exposes a comprehensive set of tools that MCP clients can invoke:

    • Click, Type, Scroll, Move, Shortcut — basic mouse and keyboard operations
    • Screenshot — fast desktop capture with cursor position and active window info
    • Snapshot — full UI tree capture with interactive element IDs and optional DOM mode for browser automation (Chrome, Edge, Firefox)
    • App — launch, resize, move, and switch between applications
    • PowerShell — execute PowerShell commands
    • FileSystem — read, write, copy, move, delete, list, search files and directories
    • Scrape — scrape web page content with SSRF protection
    • Registry — read, write, delete, or list Windows Registry values
    • Process, Clipboard, Notification, MultiSelect, MultiEdit — additional system interaction tools

    Typical action latency ranges from 0.2 to 0.5 seconds between operations, according to the project documentation.

    Security and Access Control

    Windows-MCP includes a layered security model for network deployments. Features include Bearer token authentication (--auth-key), IP allowlisting with CIDR support, TLS/HTTPS via certificate files, OAuth 2.0 + PKCE for MCP clients that support it, CORS origin allowlisting, and per-tool enable/disable controls via --tools and --exclude-tools flags. A windows-mcp auth helper command generates an auth key and writes a working config to ~/.windows-mcp/config.toml. The project documentation notes that Windows-MCP operates with full system access and can perform irreversible operations, and recommends reviewing the Security Policy before deployment.

    Client Integrations

    Windows-MCP supports installation into multiple AI clients with documented configuration steps:

    • Claude Desktop (including the MSIX/Windows Store variant)
    • Perplexity Desktop
    • Gemini CLI
    • Qwen Code
    • Codex CLI
    • Claude Code (including WSL bridge configuration)

    All clients use the same uvx windows-mcp serve invocation pattern, with optional source-based installation via uv --directory.

    Update: v0.8.1

    The latest release is v0.8.1, published on May 19, 2026. The project was created in May 2025 and has seen active development, with the repository reporting 5,647 stars and 728 forks. According to the project's README, Windows-MCP reached 2M+ users in the Claude Desktop Extensions directory. The server is now available on PyPI (supporting uvx windows-mcp) and has been added to the official MCP Registry at io.github.CursorTouch/Windows-MCP. A companion agent, Windows-Use, is also available on PyPI and is built on top of Windows-MCP.

    Windows-MCP - 1

    Community Discussions

    Be the first to start a conversation about Windows-MCP

    Share your experience with Windows-MCP, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the MIT License. Full source code available on GitHub.

    • Full Windows UI automation toolset
    • All MCP tools included
    • stdio, SSE, and streamable HTTP transports
    • Security features (auth, TLS, OAuth)
    • PyPI distribution (uvx windows-mcp)

    Capabilities

    Key Features

    • Windows UI automation via accessibility tree
    • Screenshot and Snapshot capture tools
    • Mouse and keyboard simulation (Click, Type, Scroll, Move, Shortcut)
    • Application launch, resize, and window management
    • PowerShell command execution
    • File system operations (read, write, copy, move, delete, search)
    • Windows Registry read/write/delete
    • DOM mode for browser automation (Chrome, Edge, Firefox)
    • Web page scraping with SSRF protection
    • Clipboard read/write
    • Process listing and termination
    • Windows toast notifications
    • Multi-select and multi-edit bulk operations
    • Bearer token authentication
    • IP allowlisting with CIDR support
    • TLS/HTTPS support
    • OAuth 2.0 + PKCE authentication
    • Per-tool enable/disable controls
    • stdio, SSE, and streamable HTTP transports
    • Config file support (~/.windows-mcp/config.toml)
    • Anonymous telemetry (opt-out supported)
    • Run at login via Windows Scheduled Task

    Integrations

    Claude Desktop
    Perplexity Desktop
    Gemini CLI
    Qwen Code
    Codex CLI
    Claude Code
    PyPI (uvx/uv)
    MCP Registry
    PostHog (telemetry)
    Chrome
    Edge
    Firefox
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Windows-MCP and help others make informed decisions.

    Developer

    CursorTouch

    CursorTouch builds open-source tools for integrating AI agents with desktop operating systems. Their flagship project, Windows-MCP, enables any LLM to control and automate the Windows OS via the Model Context Protocol. The team maintains an active open-source community on GitHub and Discord, and ships companion tools like Windows-Use for agent-based Windows automation.

    Read more about CursorTouch
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    PinchTab icon

    PinchTab

    A standalone HTTP server and CLI that gives AI agents direct, token-efficient control over Chrome for browser automation and multi-instance orchestration.

    Chrome DevTools MCP icon

    Chrome DevTools MCP

    An MCP server that exposes Chrome DevTools Protocol capabilities to AI agents, enabling browser automation, debugging, and inspection through the Model Context Protocol.

    Glance icon

    Glance

    An open-source MCP server that gives AI agents real browser control — navigate, click, screenshot, and run tests with Claude seeing your actual app.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    85 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    79 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    216 tools
    Browse all topics
    Back to all tools
    Discussions