AutohotkeyV2_MCPServer

Xeo786/AutohotkeyV2_MCPServer
★ 2 stars Python 📦 Other Updated 25d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "autohotkeyv2_mcpserv": {
      "command": "uvx",
      "args": [
        "autohotkeyv2-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install autohotkeyv2-mcpserver