mcp-windows
mcp-windowsは、Windows API用のMCPサーバーであり、メディア管理、ウィンドウ管理、通知、クリップボード操作などの機能を提供します。ユーザーは、簡単にウィンドウの操作やメディアの制御を行うことができ、特に自動化やワークフローの効率化に役立ちます。インストールも簡単で、設定ファイルに必要なコマンドを追加するだけで利用可能です。
GitHubスター
14
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
0
お気に入り
0
README
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
作者情報
Computer Science undergraduate passionate about Artificial Intelligence, self-hosted software solutions, and automation.
@promptmeshUnited Kingdom
141
フォロワー
78
リポジトリ
1
Gist
17
貢献数
トップ貢献者
スレッド