Windows API - Secure MCP Server by ALMC Security 2025

Windows API

View on GitHub

mcp-windows

MCP server for the windows API.

Installation

add this to your claude mcp config:

{
  "mcpServers": {
    "windows": {
      "command": "uvx",
      "args": [
        "mcp-windows"
      ]
    }
  }
}

or locally:

{
  "mcpServers": {
    "windows": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\Users\\{name}\\Documents\\mcp-windows",
        "run",
        "mcp-windows"
      ]
    }
  }
}

Features

Media

  • get_media_sessions
  • pause
  • play
  • next
  • previous

Notifications

  • send_toast

Window Management

  • get_foreground_window_info
  • get_window_list
  • focus_window
  • close_window
  • minimize_window

screenshot

  • screenshot_window

Monitors

  • sleep_monitors
  • wake_monitors

Theme

  • set_theme_mode (light, dark)
  • get_theme_mode

Start Menu

  • open_file
  • open_url

Clipboard

  • get_clipboard
  • set_clipboard

License

MIT

Related in Development - Secure MCP Servers

ServerSummaryActions
Supervisord MCPView
Document Schema SpecificationsA comprehensive collection of document schemas for standardizing project documentation across differ...View
xcsimctlA Model Context Protocol (MCP) server that provides structured access to iOS Simulator management vi...View
AI Image Generation基于火山引擎(抖音豆包)的图像生成服务,专门设计用于与 Cursor MCP 服务集成。支持自定义图片宽高比、保...View
godoc-mcp-serversearch golang packages and their docs from pkg.go.dev, provide the infomation to llm as mcp serverView
BlenderMCPBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude t...View