mcp窗口
用于windows API的MCP服务器。
安装
将此添加到您的claude-mcp配置中:
{
"mcpServers": {
"windows": {
"command": "uvx",
"args": [
"mcp-windows"
]
}
}
}或本地:
{
"mcpServers": {
"windows": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\{name}\\Documents\\mcp-windows",
"run",
"mcp-windows"
]
}
}
}特性
媒体
- get_media_sessions
- 暂停
- 播放
- 下一个
- 先前
通知
- send_toast
窗口管理
- get_foregrond_window_info
- 获取窗口列表
- focus_window
- 关闭窗口
- 最小化窗口
截图
- 屏幕截图_窗口
监视器
- 睡眠监测器
- 唤醒监视器
主题
- set_theme_mode(亮、暗)
- get_theme_mode
“开始”菜单
- open_file
- open_url
剪贴板
- get_clipboard
- set_clipboard
许可证
麻省理工学院
