Back to Apps

WinAgent MCP
Supports UIby pacifistapx0
Windows system administration and monitoring tool for AI agents to manage OS info and processes.
0 stars
Works in:claude
Exposes:Tools
What it does
WinAgent MCP allows AI agents to perform essential Windows system administration and real-time monitoring. It provides deep visibility into hardware specs, OS versions, and resource consumption, enabling an AI to diagnose performance issues or audit system states on Windows 10/11.
Tools
get_system_info: Returns comprehensive OS, hardware, CPU, RAM, disk, and network details.get_top_resource_processes: Identifies the most resource-intensive processes using a weighted CPU/Memory score.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"winagent-mcp": {
"command": "uv",
"args": ["run", "python", "C:/path/to/winagent-mcp/core/server.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv add fastmcp psutil && uv run python server.pyInformation
- Pricing
- free
- Published
- 5/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"winagent-mcp": {
"command": "uv",
"args": ["run", "python", "C:/path/to/winagent-mcp/core/server.py"]
}
}
}






