DREAMVFIA Windows MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DREAMVFIA Windows MCPtake a screenshot and tell me what's on the screen"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DREAMVFIA Windows MCP
DREAMVFIA Windows MCP is a lean local Windows automation project with an MCP-style layout inspired by CursorTouch/Windows-MCP.
Project Layout
src/dreamvfia_windows_mcp/automation: low-level mouse, keyboard, screenshot, and system helperssrc/dreamvfia_windows_mcp/tools: MCP-style tool handlerssrc/dreamvfia_windows_mcp/tool_registry.py: tool metadata and dispatchsrc/dreamvfia_windows_mcp/server.py: FastMCP server buildersrc/dreamvfia_windows_mcp/cli.py: local CLI for listing tools, invoking tools, and serving MCPmanifest.jsonandserver.json: lightweight server metadata
Related MCP server: MCP Windows Desktop Automation
Install
python -m pip install -e .CLI Examples
python -m dreamvfia_windows_mcp tools
python -m dreamvfia_windows_mcp invoke Screenshot --arg output_path=capture.png
python -m dreamvfia_windows_mcp invoke Click --arg x=200 --arg y=300
python -m dreamvfia_windows_mcp invoke Clipboard --arg mode=set --arg text=hello
python -m dreamvfia_windows_mcp invoke Process --arg mode=list --arg limit=5In PowerShell, prefer --arg key=value over --json to avoid quoting issues.
Included Tools
App: launch an application or switch to a window by titleClick: move and click at screen coordinatesClipboard: get or set clipboard textMove: move the mouse without clickingProcess: list or kill Windows processesScreenshot: capture the current screen and return desktop contextScroll: vertical or horizontal scrollingShortcut: send key combinations likectrl+sSystem: return screen, mouse, and active window informationType: type text with optional EnterWait: pause execution between steps
Run As MCP-style Server
dreamvfia-windows-mcp serveIf you prefer a regular install instead of editable mode, use python -m pip install ..
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Windows control server built using nut.js and Model Context Protocol (MCP), providing programmatic control over Windows system operations including mouse, keyboard, window management, and screen capture functionality.Last updated174330MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that wraps AutoIt functionality, enabling LLMs to automate Windows desktop tasks including mouse/keyboard operations, window management, and UI control interactions.Last updated24114MIT
- Alicense-qualityCmaintenanceA Model Context Protocol server that provides desktop automation capabilities using RobotJS and screenshot capabilities, enabling LLMs to control mouse movements, keyboard inputs, and capture screenshots of the desktop environment.Last updated9731MIT
- Flicense-qualityBmaintenanceA personal desktop automation MCP server providing tools for screen/mouse/keyboard control, Windows UI automation, headless browser automation, file management, app execution, clipboard management, and a personal SQLite database for todos, notes, and habits.Last updated
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/billyu2025/Win-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server