windows-mcp 0.5.7__tar.gz → 0.5.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/PKG-INFO +4 -4
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/README.md +2 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/SECURITY.md +17 -6
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/manifest.json +110 -110
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/pyproject.toml +2 -4
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/__main__.py +314 -312
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/analytics.py +175 -171
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/desktop/config.py +20 -20
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/desktop/service.py +457 -457
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/desktop/views.py +57 -57
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/tree/config.py +50 -50
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/tree/service.py +600 -466
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/tree/utils.py +21 -21
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/tree/views.py +115 -115
- windows_mcp-0.5.8/src/windows_mcp/uia/__init__.py +4 -0
- windows_mcp-0.5.8/src/windows_mcp/uia/controls.py +4781 -0
- windows_mcp-0.5.8/src/windows_mcp/uia/core.py +3269 -0
- windows_mcp-0.5.8/src/windows_mcp/uia/enums.py +1963 -0
- windows_mcp-0.5.8/src/windows_mcp/uia/events.py +83 -0
- windows_mcp-0.5.8/src/windows_mcp/uia/patterns.py +2106 -0
- windows_mcp-0.5.8/src/windows_mcp/watchdog/__init__.py +1 -0
- windows_mcp-0.5.8/src/windows_mcp/watchdog/event_handlers.py +51 -0
- windows_mcp-0.5.8/src/windows_mcp/watchdog/service.py +188 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/uv.lock +803 -140
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/.gitignore +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/.mcpbignore +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/.python-version +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/CONTRIBUTING.md +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/LICENSE.md +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/assets/demo1.mov +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/assets/demo2.mov +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/assets/logo.png +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/assets/screenshots/screenshot_1.png +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/assets/screenshots/screenshot_2.png +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/assets/screenshots/screenshot_3.png +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/server.json +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/__init__.py +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/desktop/__init__.py +0 -0
- {windows_mcp-0.5.7 → windows_mcp-0.5.8}/src/windows_mcp/tree/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: windows-mcp
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.8
|
|
4
4
|
Summary: Lightweight MCP Server for interacting with Windows Operating System.
|
|
5
5
|
Project-URL: homepage, https://github.com/CursorTouch
|
|
6
6
|
Author-email: Jeomon George <jeogeoalukka@gmail.com>
|
|
@@ -29,11 +29,10 @@ License-File: LICENSE.md
|
|
|
29
29
|
Keywords: ai,ai agent,desktop,mcp,windows
|
|
30
30
|
Requires-Python: >=3.13
|
|
31
31
|
Requires-Dist: click>=8.2.1
|
|
32
|
-
Requires-Dist: fastmcp>=2.
|
|
32
|
+
Requires-Dist: fastmcp>=2.14.2
|
|
33
33
|
Requires-Dist: fuzzywuzzy>=0.18.0
|
|
34
34
|
Requires-Dist: humancursor>=1.1.5
|
|
35
35
|
Requires-Dist: ipykernel>=6.30.0
|
|
36
|
-
Requires-Dist: live-inspect>=0.1.2
|
|
37
36
|
Requires-Dist: markdownify>=1.1.0
|
|
38
37
|
Requires-Dist: pdfplumber>=0.11.7
|
|
39
38
|
Requires-Dist: pillow>=11.2.1
|
|
@@ -46,7 +45,6 @@ Requires-Dist: python-levenshtein>=0.27.1
|
|
|
46
45
|
Requires-Dist: pywinauto>=0.6.9
|
|
47
46
|
Requires-Dist: requests>=2.32.3
|
|
48
47
|
Requires-Dist: tabulate>=0.9.0
|
|
49
|
-
Requires-Dist: uiautomation>=2.0.24
|
|
50
48
|
Requires-Dist: uuid7>=0.1.0
|
|
51
49
|
Description-Content-Type: text/markdown
|
|
52
50
|
|
|
@@ -407,6 +405,8 @@ To disable telemetry, add the following to your MCP client configuration:
|
|
|
407
405
|
}
|
|
408
406
|
```
|
|
409
407
|
|
|
408
|
+
For detailed information on what data is collected and how it is handled, please refer to the [Telemetry and Data Privacy](SECURITY.md#telemetry-and-data-privacy) section in our Security Policy.
|
|
409
|
+
|
|
410
410
|
## 📝 Limitations
|
|
411
411
|
|
|
412
412
|
- Selecting specific sections of the text in a paragraph, as the MCP is relying on a11y tree. (⌛ Working on it.)
|
|
@@ -355,6 +355,8 @@ To disable telemetry, add the following to your MCP client configuration:
|
|
|
355
355
|
}
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
+
For detailed information on what data is collected and how it is handled, please refer to the [Telemetry and Data Privacy](SECURITY.md#telemetry-and-data-privacy) section in our Security Policy.
|
|
359
|
+
|
|
358
360
|
## 📝 Limitations
|
|
359
361
|
|
|
360
362
|
- Selecting specific sections of the text in a paragraph, as the MCP is relying on a11y tree. (⌛ Working on it.)
|
|
@@ -263,12 +263,23 @@ Windows-MCP does not implement comprehensive audit logging by default. For compl
|
|
|
263
263
|
- Using Windows Event Logging for system-level auditing
|
|
264
264
|
- Monitoring file system and registry changes
|
|
265
265
|
|
|
266
|
-
### Data Privacy
|
|
267
|
-
|
|
268
|
-
- Windows-MCP
|
|
269
|
-
-
|
|
270
|
-
-
|
|
271
|
-
-
|
|
266
|
+
### Telemetry and Data Privacy
|
|
267
|
+
|
|
268
|
+
- Windows-MCP collects anonymous usage data to help improve the MCP server.
|
|
269
|
+
- **We collect:**
|
|
270
|
+
- Tool execution status (success/failure)
|
|
271
|
+
- Execution duration
|
|
272
|
+
- Tool name
|
|
273
|
+
- Client name and version (e.g., Claude Desktop, etc.)
|
|
274
|
+
- Anonymized session IDs
|
|
275
|
+
- **We DO NOT collect:**
|
|
276
|
+
- **Tool arguments** (text typed, coordinates, file paths, etc.)
|
|
277
|
+
- **Tool outputs** (screenshots, commands results, page content, etc.)
|
|
278
|
+
- **Personal Information** (IP addresses are not stored, no user identifiers beyond a random UUID)
|
|
279
|
+
- Telemetry is enabled by default but can be disabled by setting the `ANONYMIZED_TELEMETRY` environment variable to `false` in the MCP server configuration.
|
|
280
|
+
- Windows-MCP processes commands locally on your machine.
|
|
281
|
+
- Screenshots and state captures remain on your local system.
|
|
282
|
+
- Web scraping may expose browsing activity to target websites.
|
|
272
283
|
|
|
273
284
|
## Tool Annotations Reference
|
|
274
285
|
|
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manifest_version": "0.2",
|
|
3
|
-
"name": "Windows-MCP",
|
|
4
|
-
"version": "0.5.
|
|
5
|
-
"description": "MCP Server that enables Claude to interact with Windows OS",
|
|
6
|
-
"long_description": "Windows MCP is an open-source project that enables seamless integration between AI agents and the Windows operating system. Acting as an MCP server bridges the gap between LLMs and the Windows operating system, allowing agents to perform tasks such as **file navigation, application control, UI interaction, QA testing,** and more.\\n\\n## Key Features\\n\\n- **Seamless Windows Integration**: Interacts natively with Windows UI elements, opens apps, controls windows, simulates user input, and more.\\n- **Use Any LLM (Vision Optional)**: Unlike many automation tools, Windows MCP doesn't rely on any traditional computer vision techniques or specific fine-tuned models; it works with any LLMs, reducing complexity and setup time.\\n- **Rich Toolset for UI Automation**: Includes tools for basic keyboard, mouse operation and capturing window/UI state.\\n- **Lightweight & Open-Source**: Minimal dependencies and easy setup with full source code available under MIT license.\\n- **Customizable & Extendable**: Easily adapt or extend tools to suit your unique automation or AI integration needs.\\n- **Real-Time Interaction**: Typical latency between actions (e.g., from one mouse click to the next) ranges from **1.5 to 2.3 secs**, and may slightly vary based on the number of active applications and system load, also the inferencing speed of the llm.\\n\\n## Requirements\\n\\n### UV Package Manager\\nThis MCP server requires [UV](https://github.com/astral-sh/uv), a fast Python package manager. \\n\\n```bash\\npip install uv\\n```\\n\\nFor detailed installation instructions, see the [UV documentation](https://github.com/astral-sh/uv#installation).",
|
|
7
|
-
"author": {
|
|
8
|
-
"name": "CursorTouch",
|
|
9
|
-
"url": "https://cursortouch.com/"
|
|
10
|
-
},
|
|
11
|
-
"homepage": "https://cursortouch.com/",
|
|
12
|
-
"documentation": "https://github.com/CursorTouch/Windows-MCP",
|
|
13
|
-
"support": "https://github.com/CursorTouch/Windows-MCP",
|
|
14
|
-
"icon": "./assets/logo.png",
|
|
15
|
-
"screenshots": [
|
|
16
|
-
"./assets/screenshots/screenshot_1.png",
|
|
17
|
-
"./assets/screenshots/screenshot_2.png",
|
|
18
|
-
"./assets/screenshots/screenshot_3.png"
|
|
19
|
-
],
|
|
20
|
-
"server": {
|
|
21
|
-
"type": "python",
|
|
22
|
-
"entry_point": "./src/windows_mcp/__main__.py",
|
|
23
|
-
"mcp_config": {
|
|
24
|
-
"command": "uv",
|
|
25
|
-
"args": [
|
|
26
|
-
"--directory",
|
|
27
|
-
"${__dirname}",
|
|
28
|
-
"run",
|
|
29
|
-
"windows-mcp"
|
|
30
|
-
],
|
|
31
|
-
"env": {
|
|
32
|
-
"ANONYMIZED_TELEMETRY": "${user_config.anonymized_telemetry}"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"user_config": {
|
|
37
|
-
"anonymized_telemetry": {
|
|
38
|
-
"type": "boolean",
|
|
39
|
-
"title": "Anonymized Telemetry",
|
|
40
|
-
"description": "Windows-MCP collects usage data to help improve the MCP server. No personal information,
|
|
41
|
-
"required": false,
|
|
42
|
-
"default": true
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"tools": [
|
|
46
|
-
{
|
|
47
|
-
"name": "App Tool",
|
|
48
|
-
"description": "Manages Windows applications through launch, resize, and window switching operations."
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "Powershell Tool",
|
|
52
|
-
"description": "Execute PowerShell commands and return the output with status code"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "State Tool",
|
|
56
|
-
"description": "Capture comprehensive desktop state including focused/opened applications, interactive UI elements (buttons, text fields, menus), informative content (text, labels, status), and scrollable areas. Optionally includes visual screenshot when use_vision=True. Essential for understanding current desktop context and available UI interactions."
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "Click Tool",
|
|
60
|
-
"description": "Click on UI elements at specific coordinates. Supports left/right/middle mouse buttons and single/double/triple clicks. Use coordinates from State Tool output."
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "Type Tool",
|
|
64
|
-
"description": "Type text into input fields, text areas, or focused elements. Set clear=True to replace existing text, False to append. Click on target element coordinates first."
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "Scroll Tool",
|
|
68
|
-
"description": "Scroll at specific coordinates or current mouse position. Use wheel_times to control scroll amount (1 wheel = ~3-5 lines). Essential for navigating lists, web pages, and long content."
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "Drag Tool",
|
|
72
|
-
"description": "Drag and drop operation from source coordinates to destination coordinates. Useful for moving files, resizing windows, or drag-and-drop interactions."
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "Move Tool",
|
|
76
|
-
"description": "Move mouse cursor to specific coordinates without clicking. Useful for hovering over elements or positioning cursor before other actions."
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "Shortcut Tool",
|
|
80
|
-
"description": "Execute keyboard shortcuts using key combinations. Pass keys as list (e.g., 'ctrl'+'c' for copy, 'alt'+'tab' for app switching, 'win'+'r' for Run dialog, 'win' is for opening the start menu)."
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "Wait Tool",
|
|
84
|
-
"description": "Pause execution for specified duration in seconds. Useful for waiting for applications to load, animations to complete, or adding delays between actions."
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"name": "Scrape Tool",
|
|
88
|
-
"description": "Fetch content from a URL or the active browser tab. By default (use_dom=False), performs a lightweight HTTP request to the URL and returns markdown content of complete webpage. Note: Some websites may block automated HTTP requests. If this fails, open the page in a browser and retry with use_dom=True to extract visible text from the active tab's DOM within the viewport."
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
"compatibility": {
|
|
92
|
-
"platforms": [
|
|
93
|
-
"win32"
|
|
94
|
-
],
|
|
95
|
-
"runtimes": {
|
|
96
|
-
"python": ">=3.13"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"keywords": [
|
|
100
|
-
"windows",
|
|
101
|
-
"automation",
|
|
102
|
-
"ai",
|
|
103
|
-
"mcp",
|
|
104
|
-
"computer-use"
|
|
105
|
-
],
|
|
106
|
-
"license": "MIT",
|
|
107
|
-
"repository": {
|
|
108
|
-
"type": "git",
|
|
109
|
-
"url": "https://github.com/CursorTouch/Windows-MCP"
|
|
110
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"manifest_version": "0.2",
|
|
3
|
+
"name": "Windows-MCP",
|
|
4
|
+
"version": "0.5.8",
|
|
5
|
+
"description": "MCP Server that enables Claude to interact with Windows OS",
|
|
6
|
+
"long_description": "Windows MCP is an open-source project that enables seamless integration between AI agents and the Windows operating system. Acting as an MCP server bridges the gap between LLMs and the Windows operating system, allowing agents to perform tasks such as **file navigation, application control, UI interaction, QA testing,** and more.\\n\\n## Key Features\\n\\n- **Seamless Windows Integration**: Interacts natively with Windows UI elements, opens apps, controls windows, simulates user input, and more.\\n- **Use Any LLM (Vision Optional)**: Unlike many automation tools, Windows MCP doesn't rely on any traditional computer vision techniques or specific fine-tuned models; it works with any LLMs, reducing complexity and setup time.\\n- **Rich Toolset for UI Automation**: Includes tools for basic keyboard, mouse operation and capturing window/UI state.\\n- **Lightweight & Open-Source**: Minimal dependencies and easy setup with full source code available under MIT license.\\n- **Customizable & Extendable**: Easily adapt or extend tools to suit your unique automation or AI integration needs.\\n- **Real-Time Interaction**: Typical latency between actions (e.g., from one mouse click to the next) ranges from **1.5 to 2.3 secs**, and may slightly vary based on the number of active applications and system load, also the inferencing speed of the llm.\\n\\n## Requirements\\n\\n### UV Package Manager\\nThis MCP server requires [UV](https://github.com/astral-sh/uv), a fast Python package manager. \\n\\n```bash\\npip install uv\\n```\\n\\nFor detailed installation instructions, see the [UV documentation](https://github.com/astral-sh/uv#installation).",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "CursorTouch",
|
|
9
|
+
"url": "https://cursortouch.com/"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://cursortouch.com/",
|
|
12
|
+
"documentation": "https://github.com/CursorTouch/Windows-MCP",
|
|
13
|
+
"support": "https://github.com/CursorTouch/Windows-MCP",
|
|
14
|
+
"icon": "./assets/logo.png",
|
|
15
|
+
"screenshots": [
|
|
16
|
+
"./assets/screenshots/screenshot_1.png",
|
|
17
|
+
"./assets/screenshots/screenshot_2.png",
|
|
18
|
+
"./assets/screenshots/screenshot_3.png"
|
|
19
|
+
],
|
|
20
|
+
"server": {
|
|
21
|
+
"type": "python",
|
|
22
|
+
"entry_point": "./src/windows_mcp/__main__.py",
|
|
23
|
+
"mcp_config": {
|
|
24
|
+
"command": "uv",
|
|
25
|
+
"args": [
|
|
26
|
+
"--directory",
|
|
27
|
+
"${__dirname}",
|
|
28
|
+
"run",
|
|
29
|
+
"windows-mcp"
|
|
30
|
+
],
|
|
31
|
+
"env": {
|
|
32
|
+
"ANONYMIZED_TELEMETRY": "${user_config.anonymized_telemetry}"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"user_config": {
|
|
37
|
+
"anonymized_telemetry": {
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"title": "Anonymized Telemetry",
|
|
40
|
+
"description": "Windows-MCP collects basic usage data to help improve the MCP server. No personal information, tool arguments, or tool outputs are tracked.",
|
|
41
|
+
"required": false,
|
|
42
|
+
"default": true
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"tools": [
|
|
46
|
+
{
|
|
47
|
+
"name": "App Tool",
|
|
48
|
+
"description": "Manages Windows applications through launch, resize, and window switching operations."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "Powershell Tool",
|
|
52
|
+
"description": "Execute PowerShell commands and return the output with status code"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "State Tool",
|
|
56
|
+
"description": "Capture comprehensive desktop state including focused/opened applications, interactive UI elements (buttons, text fields, menus), informative content (text, labels, status), and scrollable areas. Optionally includes visual screenshot when use_vision=True. Essential for understanding current desktop context and available UI interactions."
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "Click Tool",
|
|
60
|
+
"description": "Click on UI elements at specific coordinates. Supports left/right/middle mouse buttons and single/double/triple clicks. Use coordinates from State Tool output."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Type Tool",
|
|
64
|
+
"description": "Type text into input fields, text areas, or focused elements. Set clear=True to replace existing text, False to append. Click on target element coordinates first."
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Scroll Tool",
|
|
68
|
+
"description": "Scroll at specific coordinates or current mouse position. Use wheel_times to control scroll amount (1 wheel = ~3-5 lines). Essential for navigating lists, web pages, and long content."
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "Drag Tool",
|
|
72
|
+
"description": "Drag and drop operation from source coordinates to destination coordinates. Useful for moving files, resizing windows, or drag-and-drop interactions."
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "Move Tool",
|
|
76
|
+
"description": "Move mouse cursor to specific coordinates without clicking. Useful for hovering over elements or positioning cursor before other actions."
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Shortcut Tool",
|
|
80
|
+
"description": "Execute keyboard shortcuts using key combinations. Pass keys as list (e.g., 'ctrl'+'c' for copy, 'alt'+'tab' for app switching, 'win'+'r' for Run dialog, 'win' is for opening the start menu)."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Wait Tool",
|
|
84
|
+
"description": "Pause execution for specified duration in seconds. Useful for waiting for applications to load, animations to complete, or adding delays between actions."
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "Scrape Tool",
|
|
88
|
+
"description": "Fetch content from a URL or the active browser tab. By default (use_dom=False), performs a lightweight HTTP request to the URL and returns markdown content of complete webpage. Note: Some websites may block automated HTTP requests. If this fails, open the page in a browser and retry with use_dom=True to extract visible text from the active tab's DOM within the viewport."
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"compatibility": {
|
|
92
|
+
"platforms": [
|
|
93
|
+
"win32"
|
|
94
|
+
],
|
|
95
|
+
"runtimes": {
|
|
96
|
+
"python": ">=3.13"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"keywords": [
|
|
100
|
+
"windows",
|
|
101
|
+
"automation",
|
|
102
|
+
"ai",
|
|
103
|
+
"mcp",
|
|
104
|
+
"computer-use"
|
|
105
|
+
],
|
|
106
|
+
"license": "MIT",
|
|
107
|
+
"repository": {
|
|
108
|
+
"type": "git",
|
|
109
|
+
"url": "https://github.com/CursorTouch/Windows-MCP"
|
|
110
|
+
}
|
|
111
111
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "windows-mcp"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.8"
|
|
4
4
|
description = "Lightweight MCP Server for interacting with Windows Operating System."
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Jeomon George", email = "jeogeoalukka@gmail.com" }
|
|
@@ -12,11 +12,10 @@ keywords = ["windows", "mcp", "ai", "desktop","ai agent"]
|
|
|
12
12
|
requires-python = ">=3.13"
|
|
13
13
|
dependencies = [
|
|
14
14
|
"click>=8.2.1",
|
|
15
|
-
"fastmcp>=2.
|
|
15
|
+
"fastmcp>=2.14.2",
|
|
16
16
|
"fuzzywuzzy>=0.18.0",
|
|
17
17
|
"humancursor>=1.1.5",
|
|
18
18
|
"ipykernel>=6.30.0",
|
|
19
|
-
"live-inspect>=0.1.2",
|
|
20
19
|
"markdownify>=1.1.0",
|
|
21
20
|
"pdfplumber>=0.11.7",
|
|
22
21
|
"pillow>=11.2.1",
|
|
@@ -29,7 +28,6 @@ dependencies = [
|
|
|
29
28
|
"pywinauto>=0.6.9",
|
|
30
29
|
"requests>=2.32.3",
|
|
31
30
|
"tabulate>=0.9.0",
|
|
32
|
-
"uiautomation>=2.0.24",
|
|
33
31
|
"uuid7>=0.1.0",
|
|
34
32
|
]
|
|
35
33
|
|