Hotkeyless Ahk Mcp
@tim0-12432
关于 Hotkeyless Ahk Mcp
MCP server for Hotkeyless AHK HTTP API. It lets your agent control your whole computer through hotkeys.
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hotkeyless-ahk": {
"command": "npx",
"args": [
"-y",
"@tim0_12432/hotkeyless-ahk-mcp-server"
],
"env": {
"BLACKLIST": "shutdown,restart,kill,..."
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Hotkeyless Ahk Mcp?
Hotkeyless Ahk Mcp is a TypeScript MCP server that wraps the Hotkeyless AHK HTTP API, enabling AI agents to invoke AutoHotkey commands without needing keyboard shortcuts. It includes reusable skill documents for OpenCode, Claude Code, and GitHub Copilot, designed for desktop automation tasks.
How to use Hotkeyless Ahk Mcp?
Install and run via npx -y @tim0_12432/hotkeyless-ahk-mcp-server or build from source with bun install && bun run build. Configure the server in opencode.json, .mcp.json, or mcp-config.json with environment variables like BLACKLIST, BASE_URL, and TIMEOUT_MS. For skill documents, copy skill folders into the appropriate .opencode/skills, .claude/skills, or .github/copilot/skills directories.
Key features of Hotkeyless Ahk Mcp
- Wraps the Hotkeyless AHK HTTP API as an MCP server
- Configurable blacklist, timeout, cache, and server address
- Supports OpenCode, Claude Code, and GitHub Copilot
- Includes ready-to-use skill documents for agent runtimes
- Can be run via npx or built from source
Use cases of Hotkeyless Ahk Mcp
- Automate Windows desktop tasks via AI agent prompts
- Execute AHK scripts without manual keyboard shortcuts
- Integrate AHK commands into Claude Code or GitHub Copilot workflows
- Build agent-driven UI automation and file management routines
FAQ from Hotkeyless Ahk Mcp
What runtime dependencies does Hotkeyless Ahk Mcp require?
It requires Node.js (to run npx or the built server) and a running instance of Hotkeyless AHK (listening on http://localhost:42800 by default).
How can I restrict which commands the server may invoke?
Set the BLACKLIST environment variable to a comma‑separated list of commands to block, for example "shutdown,restart,kill".
Does the server cache the list of available commands?
Yes, by default the command list is cached for 5000 ms. The cache time can be changed via the CACHE_TTL_MS environment variable.
What transport protocol does Hotkeyless Ahk Mcp use?
The MCP server runs as a local process using the standard input/output transport (stdio) for communicating with the MCP client.
Where does the server store or access user data?
The server does not store data itself; it only forwards commands to the Hotkeyless AHK HTTP API running on the local machine. All command execution happens on the user's system.
常见问题
What runtime dependencies does Hotkeyless Ahk Mcp require?
It requires Node.js (to run npx or the built server) and a running instance of Hotkeyless AHK (listening on `http://localhost:42800` by default).
How can I restrict which commands the server may invoke?
Set the `BLACKLIST` environment variable to a comma‑separated list of commands to block, for example `"shutdown,restart,kill"`.
Does the server cache the list of available commands?
Yes, by default the command list is cached for 5000 ms. The cache time can be changed via the `CACHE_TTL_MS` environment variable.
What transport protocol does Hotkeyless Ahk Mcp use?
The MCP server runs as a local process using the standard input/output transport (stdio) for communicating with the MCP client.
Where does the server store or access user data?
The server does not store data itself; it only forwards commands to the Hotkeyless AHK HTTP API running on the local machine. All command execution happens on the user's system.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ghidraMCP
LaurieWiredMCP Server for Ghidra
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
评论