Skip to main content
Glama
mario-andreschak

MCP Windows Desktop Automation

index.ts653 B
/** * Tools module for MCP Windows Desktop Automation */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { registerMouseTools } from './mouse'; import { registerKeyboardTools } from './keyboard'; import { registerWindowTools } from './window'; import { registerProcessTools } from './process'; import { registerControlTools } from './control'; /** * Register all AutoIt tools with the MCP server */ export function registerAllTools(server: McpServer): void { registerMouseTools(server); registerKeyboardTools(server); registerWindowTools(server); registerProcessTools(server); registerControlTools(server); }

Latest Blog Posts

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/mario-andreschak/mcp-windows-desktop-automation'

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