MCP Windows
Click on "Install 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., "@MCP Windowspause my music"
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.
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"
]
}
}
}Related MCP server: PC-Control MCP Server
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
This server cannot be installed
Maintenance
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SecretiveShell/mcp-windows'
If you have feedback or need assistance with the MCP directory API, please join our Discord server