Windows Agent MCP Server
Related Servers
Alternatives to Windows Agent MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI clients to securely control and interact with a local Windows machine through 218 configurable tools for files, Git, processes, Windows UI, browser automation, WSL, Office, recovery, skills, and child MCP servers.5 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to interact with a real Windows workspace by providing tools for file operations, code search, Git, command execution, and managing long-running development processes, all under the current user's context.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to control local Windows development tools by exposing project files, code search, file editing, test execution, Git operations, and resource viewing through a secure MCP interface with permission controls.10Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to securely access local development capabilities such as files, Git, processes, browser control, Windows automation, WSL, and observability through MCP on Windows and macOS.MIT
- AlicenseNot gradedqualityAmaintenanceEnables ChatGPT on Windows to securely access codebases, Git, terminals, language servers, debuggers, SQLite, local HTTP services, adaptive project memory, engineering skills, checkpoints, audit logs, and sandboxed command execution through MCP tools.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to control and interact with a local Windows computer through authenticated MCP tools, including file operations, shell commands, process management, HTTP requests, and system/media inspection.-
TDQS
Scored across 17 tools
The file, build, and system-info tools are clearly distinct, but the remote-fetching tools overlap: fetch_web_page, fetch_https_response, and get_github_latest_release can all be used to retrieve remote text, especially GitHub content. Descriptions help distinguish use cases, but an agent could still pick the wrong one.
All 17 tool names follow the same lowercase snake_case verb-first pattern: get_, read_, list_, find_, search_, write_, edit_, build_, compile_, run_, fetch_, download_. No camelCase or mixed conventions appear, so the naming is highly predictable.
17 tools is slightly above the typical well-scoped range, but the server covers a broad Windows development workflow: file operations, searching, building, shader compiling, system/GPU details, and web fetching. A few remote-fetch tools could be consolidated, but the count is still reasonable for the scope.
The tool set covers the core lifecycle for development tasks: read/search/create/edit files, build projects, compile shaders, inspect the environment, and fetch reference material. Minor gaps exist such as no delete or move file operation, but those can be worked around via PowerShell or are outside the primary workflow.