Skip to main content
Glama

macOS Control MCP Server

by Lodimup
__init__.py283 B
"""macOS Control MCP Server - Desktop automation using FastMCP and PyAutoGUI.""" import pathlib # Read version from VERSION file _version_file = pathlib.Path(__file__).parent.parent / "VERSION" __version__ = _version_file.read_text().strip() if _version_file.exists() else "0.0.0"

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/Lodimup/macos-control-mcp'

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