mcp-windows
Windows API 用の MCP サーバー。
インストール
これを claude mcp config に追加します:
{
"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
一時停止
遊ぶ
次
前の
通知
トーストを送る
ウィンドウ管理
フォアグラウンドウィンドウの情報を取得する
ウィンドウリストを取得する
フォーカスウィンドウ
ウィンドウを閉じる
ウィンドウを最小化する
スクリーンショット
スクリーンショットウィンドウ
モニター
睡眠モニター
ウェイクモニター
テーマ
set_theme_mode (ライト、ダーク)
テーマモードを取得する
スタートメニュー
オープンファイル
オープンURL
クリップボード
クリップボードを取得する
クリップボードの設定
ライセンス
マサチューセッツ工科大学
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude がメディア再生コントロール、通知管理、ウィンドウ操作、スクリーンショット、モニター コントロール、テーマ設定、ファイルのオープン、クリップボード アクセスなどの Windows システム機能と対話できるようにする Windows 統合 MCP サーバー。
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that provides secure command-line access to Windows systems, allowing MCP clients like Claude Desktop to safely execute commands in PowerShell, CMD, and Git Bash shells with configurable security controls.Last updated -9215249MIT License
- -security-license-qualityAn MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, trash, mark as read) directly through MCP clients like Claude Desktop.Last updated -MIT License
- Asecurity-licenseAqualityA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.Last updated -11
- Asecurity-licenseAqualityA server built with mcp-framework that allows users to extend Claude's capabilities by adding custom tools that can be used through the Claude Desktop client.Last updated -331