PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversos-automationwindows-operations-mcp
返回「os-automation」

windows-operations-mcp

modelscope·@sandraschi/windows-operations-mcp

os-automation0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Windows Operations MCP

FastMCP Python MCPB License Status

A comprehensive Windows system operations MCP server implementing the FastMCP 2.12.3 protocol with full MCPB (MCP Bundle) packaging support.

What's New (October 2025)

  • ** MCPB Migration Complete**: Fully migrated from DXT to MCPB packaging
  • ** Enhanced Test Coverage**: 16+ test modules with comprehensive coverage
  • ** GitHub Actions CI/CD**: Automated builds and testing
  • ** Improved Tools**: Enhanced JSON and media metadata tools
  • ** Better Error Handling**: Improved command execution and error reporting
  • ** PowerShell Build Automation**: One-command package building
  • ** Production Ready**: Validated, tested, and ready for deployment

IMPORTANT: MCPB Migration Complete

This repository has been fully migrated from DXT to MCPB (MCP Bundle) standards as of October 2025. All tooling, configuration, and packaging now follows the latest MCPB specifications with FastMCP 2.12.3 compatibility.

Migration Summary

ComponentOld (DXT)New (MCPB)Status
CLI Tooldxt commandsmcpb commandsMigrated
Config Filedxt.jsonmcpb.jsonMigrated
Manifestdxt_manifest.jsonmcpb/manifest.jsonMigrated
Package Format.dxt packages.mcpb packagesMigrated
DocumentationDXT guidesMCPB guidesMigrated
Build ScriptsManual buildPowerShell automationMigrated
CI/CDNoneGitHub ActionsAdded

Key Features

MCPB Packaging & Distribution

  • Full MCPB compliance with proper manifest structure (v0.2 format)
  • Automated AI-generated manifests for optimal configuration
  • PowerShell build automation with validation and signing support
  • GitHub Actions CI/CD for automated package building
  • Comprehensive exclusion patterns for clean repository archiving
  • Production-ready packaging validated and tested

Windows System Operations

  • Windows Services Management: Start, stop, restart, list services with filtering
  • Windows Event Log Tools: Query, export, monitor, and clear event logs
  • Windows Performance Monitoring: Real-time performance counters and system metrics
  • Windows Permissions Management: File/directory permissions analysis and modification

Core Operations

  • PowerShell & CMD Execution: Reliable command execution with output capture and error handling
  • File Operations: Create, read, write, move, copy files and directories with comprehensive error handling
  • Archive Management: Create/extract ZIP archives with intelligent exclusion patterns
  • JSON Tools: Parse, validate, format, and query JSON files with JSONPath support
  • Media Metadata: Extract metadata from images, audio, and video files
  • System Information: Comprehensive OS, hardware, and environment reporting
  • Health Monitoring: Built-in health checks and diagnostic tools

Installation

Option 1: MCPB Package (Recommended)

  1. Download the latest release from the GitHub Releases page
  2. Drag the .mcpb file to Claude Desktop for automatic installation
  3. Follow the configuration prompts to set up your preferences
  4. Restart Claude Desktop to complete the installation

Option 2: Manual Installation

# Clone the repository
git clone https://github.com/sandraschi/windows-operations-mcp.git
cd windows-operations-mcp

# Install Python dependencies
pip install -r requirements.txt

# Install as editable package
pip install -e .

# Configure for Claude Desktop
# Add to claude_desktop_config.json:
{
  "mcpServers": {
    "windows-operations": {
    "command": "python",
      "args": ["-m", "windows_operations_mcp"],
      "cwd": "src"
    }
  }
}

Development & Building

Prerequisites

# Install MCPB CLI (official toolchain)
npm install -g @anthropic-ai/mcpb

# Install Python dependencies (EXACT VERSIONS)
pip install "fastmcp>=2.12.0,<3.0.0"
pip install -r requirements.txt

Repository Structure

windows-operations-mcp/
 mcpb/                          # MCPB configuration and manifest
    manifest.json              # AI-generated runtime configuration
    assets/                    # Icons, screenshots
 src/                           # Python source code
    windows_operations_mcp/    # Main Python package
        __init__.py
        server.py              # Main server entry point
        tools/                 # Tool modules
 scripts/                       # Build and utility scripts
    build-mcp-package.ps1     # MCPB package builder
 docs/                          # Documentation
 requirements.txt               # Python dependencies
 README.md                      # This file

Building MCPB Packages

# Show help and available options
.\scripts\build-mcp-package.ps1 -Help

# Build and sign the package (default behavior)
.\scripts\build-mcp-package.ps1

# Build without signing (for development/testing)
.\scripts\build-mcp-package.ps1 -NoSign

# Specify custom output directory
.\scripts\build-mcp-package.ps1 -OutputDir "C:\builds"

Local Development Workflow

# 1. AI-generate manifest.json (place in mcpb/manifest.json)
# ENSURE: fastmcp>=2.12.0 in requirements.txt
# ENSURE: cwd: "src" and PYTHONPATH: "src" in mcp_config

# 2. Validate manifest
cd mcpb
mcpb validate manifest.json

# 3. Build MCPB package
mcpb pack . ../dist/package.mcpb

# 4. Te…

相关 MCP Servers(来自「os-automation」)

串口智控

一座通过串行通信将物理硬件设备与人工智能大语言模型连接起来的桥梁,允许用户使用自然语言命令控制硬件。

@mcp2everything/mcp2serial

代码运行器

用于运行代码片段并显示结果的MCP服务器。

@formulahendry/mcp-server-code-runner

Android MCP 控制服务器

一个通过ADB实现对Android设备程序化控制的服务器,提供截图捕获、UI布局分析和包管理等功能,这些功能可以被像Claude Desktop这样的MCP客户端使用。

@minhalvp/android-mcp-server

Claude代码工具

Claude Code作为模型上下文协议(MCP)服务器的一种实现,通过标准的MCP接口启用Claude的软件工程能力(代码生成、编辑、评审和文件操作)。

@auchenberg/claude-code-mcp

Cursor MCP 安装器

用于Cursor IDE的模型上下文协议(MCP)服务器,可简化其他MCP服务器的安装和配置。

@matthewdcage/cursor-mcp-installer

Docker容器管理平台

一个MCP服务器,允许通过自然语言管理Docker容器,使用户能够在不自行运行命令的情况下组合、检查和调试容器。

@ckreiling/mcp-server-docker

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/sandraschi-windows-operations-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

# Clone the repository git clone https://github.com/sandraschi/windows-operations-mcp.git cd windows-operations-mcp # Install Python dependencies pip install -r requirements.txt # Install as editable package pip install -e . # Configure for Claude Desktop # Add to claude_desktop_config.json: { "mcpServers": { "windows-operations": { "command": "python", "args": ["-m", "windows_operations_mcp"], "cwd": "src" } } }

基本信息

分类
os-automation / shell-access / file-systems
运行方式
No
许可证
MIT License
详情文件
sandraschi-windows-operations-mcp.md