We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnelamont/zoho-timeline-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP dependencies
mcp>=0.9.0
# Screenshot capture
pillow>=10.0.0
mss>=9.0.1
pyautogui>=0.9.54
# OCR (optional - using Claude vision instead)
pytesseract>=0.3.10
# AI processing
anthropic>=0.18.0
# Windows-specific (for active window capture)
# Uncomment if needed:
# pywin32>=306