- Explore MCP Servers
- mcp-windows
Mcp Windows
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










