monitor_mcp

jarek108/monitor_mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
An MCP server for controlled screen monitoring and frame retrieval.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "monitor_mcp": {
      "command": "uvx",
      "args": [
        "monitor-mcp"
      ]
    }
  }
}

Or install with pip: pip install monitor-mcp

README Excerpt

`monitor_mcp` is a Model Context Protocol (MCP) server that empowers LLMs to observe and monitor screen contents in real-time. It provides a controlled observation loop with a thread-safe circular buffer, allowing for efficient frame capture and retrieval. --- Clone the repository and install the package in editable mode:

Tools (5)

get_imgsget_monitoring_statuslist_monitorsstart_monitoringstop_monitoring