ScreenMonitorMCP
A REVOLUTIONARY Model Context Protocol (MCP) server! Gives AI real-time vision capabilities and enhanced UI intelligence power. This isn't just screen capture - it gives AI the power to truly "see" and understand your digital world!
GitHubスター
49
ユーザー評価
未評価
お気に入り
0
閲覧数
54
フォーク
10
イシュー
1
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
bash
pip install screenmonitormcp
git clone https://github.com/inkbytefo/screenmonitormcp.git
cd screenmonitormcp
pip install -e .
1Create a
.env file with your AI service credentials:env
OPENAI_API_KEY=your-api-key-here
OPENAI_MODEL=gpt-4o
2Add to your Claude Desktop config:
```json
{
"mcpServers": {
"screenmonitormcp-v2": {
"command": "python",
"args": ["-m", "screenmonitormcp_v2.mcp_main"],
"env": {
"OPENAI_API_KEY": "your-openai-api-key-here",