MCP.so
ログイン

mcp-pyautogui-server

@hetaoBackend

mcp-pyautogui-server について

A MCP (Model Context Protocol) server that provides automated GUI testing and control capabilities through PyAutoGUI.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

hetaoBackend

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-pyautogui-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-pyautogui-server?

mcp-pyautogui-server is a Model Context Protocol (MCP) server that provides automated GUI testing and control capabilities through PyAutoGUI. It is intended for developers who need programmatic control of mouse movements, keyboard input, and screen operations across Windows, macOS, and Linux.

How to use mcp-pyautogui-server?

Install the package with pip install mcp-pyautogui-server, then add it to your MCP client configuration (e.g., Claude Desktop config) using the published server entry: {"command": "uvx", "args": ["mcp-pyautogui-server"]}. For development, use uv with the local directory path.

Key features of mcp-pyautogui-server

  • Control mouse movements and clicks
  • Simulate keyboard input
  • Take screenshots
  • Find images on screen
  • Get screen information
  • Cross-platform support (Windows, macOS, Linux)

Use cases of mcp-pyautogui-server

  • Automating repetitive GUI interactions for testing
  • Performing drag-and-drop operations programmatically
  • Capturing screenshots and reading pixel colors
  • Executing hotkey combinations and typing text
  • Locating images on screen for visual automation

FAQ from mcp-pyautogui-server

What is Python version required?

Python 3.12 or later is required.

What operating systems are supported?

Windows, macOS, and Linux are all supported.

Does mcp-pyautogui-server require any additional libraries?

PyAutoGUI and other dependencies are installed automatically when you install the package via pip.

How do I configure mcp-pyautogui-server for Claude Desktop?

Add the server entry to the Claude Desktop config file (claude_desktop_config.json) using {"command": "uvx", "args": ["mcp-pyautogui-server"]} for published servers.

How can I debug the server?

Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory /path/to/mcp-pyautogui-server run mcp-pyautogui-server and then access the displayed URL in a browser.

コメント

「その他」の他のコンテンツ