Skip to main content
Glama

Computer Control MCP

by AB498
test_screenshot.py566 B
import sys sys.path.append('src') from computer_control_mcp.core import take_screenshot # Test with save_to_downloads=False result = take_screenshot(mode='whole_screen', save_to_downloads=False) print('Base64 image included:', 'base64_image' in result) print('MCP Image included:', 'image' in result) # Test with save_to_downloads=True result = take_screenshot(mode='whole_screen', save_to_downloads=True) print('Base64 image included:', 'base64_image' in result) print('MCP Image included:', 'image' in result) print('File path included:', 'file_path' in result)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AB498/computer-control-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server