Skip to main content
Glama

Moom MCP Server

by itrimble

trigger_moom_action

Execute Moom window layout actions like grow, shrink, center, or fill-screen using keyboard shortcuts on macOS for efficient window management.

Instructions

Trigger common Moom actions via keyboard shortcuts

Input Schema

NameRequiredDescriptionDefault
actionYesMoom action to trigger

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Moom action to trigger", "enum": [ "grow", "shrink", "move-left", "move-right", "move-up", "move-down", "center", "fill-screen" ], "type": "string" } }, "required": [ "action" ], "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