Windows Server MCP
Click on "Deploy 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., "@Windows Server MCPwhat's the current CPU and memory usage?"
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.
Windows Server MCP
Windows Server MCP is a local Model Context Protocol server for read-only Windows observability. It exposes CPU, memory, storage, service, and health tools through FastMCP.
Current version: 1.0.0.
Tools
Tool | Purpose |
| Server health, Python runtime, and platform details. |
| Normalized compatibility connectivity check. |
| CPU counts, utilization, frequency, load, stats, and times. |
| Virtual memory and swap details with byte-based values. |
| Disk partitions, byte usage totals, and disk I/O counters. |
| Windows services with optional filters and compact defaults. |
| Detailed information for one Windows service. |
All tools return a consistent shape:
{
"data": {},
"errors": [],
"meta": {
"timestamp": "2026-08-17T00:00:00+00:00",
"source": "psutil",
"tool": "tool_name"
}
}Related MCP server: Windows MCP Server
Requirements
Windows
Python 3.10+
Install
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txtRun
.\.venv\Scripts\activate
python main.pyThe server runs at:
http://127.0.0.1:8080/mcpTest With MCP Inspector
Start the server, then run:
npx @modelcontextprotocol/inspector --server-url http://127.0.0.1:8080/mcp --transport httpYou can also use CLI mode:
npx @modelcontextprotocol/inspector --cli http://127.0.0.1:8080/mcp --transport http --method tools/listRun Tests
.\.venv\Scripts\python.exe -m unittest discover -s tests -vExample Tool Arguments
Call cpu_info with a shorter sample interval:
{
"interval_seconds": 0.5
}List only running services:
{
"status": "running"
}List services with detailed fields:
{
"include_details": true,
"limit": 25
}Include all disk partitions:
{
"all_partitions": true
}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
Model Context Protocol server for Studex tools, notifications, and profile integrations
Related MCP Servers
- AlicenseAqualityDmaintenanceA comprehensive Model Context Protocol server that enables AI assistants to interact with and manage Windows systems, providing capabilities for file system operations, process management, system information retrieval, registry operations, service management, network diagnostics, and performance monitoring.717 npm5Apache 2.0
- AlicenseAqualityDmaintenanceExposes Windows system information and control tools including hardware stats, network details, and process monitoring. It enables AI applications to retrieve real-time data about CPU, memory, drives, and active system processes.12GPL 3.0
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to retrieve structured information about the local Windows machine, including system specifications, resource health, developer tools, and AI environment, all through a secure, read-only interface.MIT
- AlicenseNot gradedqualityBmaintenanceEnables cloud AI agents to securely connect to a local Windows machine and execute tools such as system info, file operations, browser automation, and coding tasks through the Model Context Protocol.MIT