DockDoor (MCP Server)

GitHub

Window peeking, alt-tab and other enhancements for macOS

5,896 stars Swift MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "DockDoor": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-DockDoor"
      ]
    }
  }
}