Skip to main content
Glama

Moom MCP Server

by itrimble

set_window_position

Move an application window to exact screen coordinates using X and Y values for precise positioning. Part of the Moom MCP Server for macOS window management.

Instructions

Move a window to a specific position for precise control

Input Schema

NameRequiredDescriptionDefault
appNameYesName of the application
xYesX coordinate
yYesY coordinate

Input Schema (JSON Schema)

{ "properties": { "appName": { "description": "Name of the application", "type": "string" }, "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "required": [ "appName", "x", "y" ], "type": "object" }

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/itrimble/moom-mcp'

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