Skip to main content
Glama

Windows Automation MCP Server

activate_window

Brings a specified window to the foreground and makes it active using partial or full title matching for Windows automation tasks.

Instructions

激活指定窗口(通过标题)

Input Schema

NameRequiredDescriptionDefault
titleYes窗口标题(支持部分匹配)

Input Schema (JSON Schema)

{ "properties": { "title": { "description": "窗口标题(支持部分匹配)", "type": "string" } }, "required": [ "title" ], "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/eva-wanxin-git/windows-automation-mcp'

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