MCP ExplorerExplorer

Mcp Windows

@SecretiveShellon a year ago
12 MIT
FreeCommunity
AI Systems
MCP server for the windows API.

Overview

What is Mcp Windows

mcp-windows is an MCP server designed specifically for the Windows API, enabling seamless interaction with various Windows functionalities.

Use cases

Use cases for mcp-windows include creating media applications that control playback, developing tools for managing window states, and automating tasks that involve notifications and monitor management.

How to use

To use mcp-windows, add the provided configuration to your Claude MCP setup, either globally or locally, specifying the command and arguments for execution.

Key features

Key features of mcp-windows include media control (get_media_sessions, pause, play), notification handling (send_toast), window management (get_foreground_window_info, get_window_list, focus_window, close_window, minimize_window), and monitor control (sleep_monitors, wake_monitors).

Where to use

mcp-windows can be used in software development, automation scripts, and applications that require interaction with the Windows operating system and its components.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers