← Index

io.github.tim0-12432/HotkeylessAHK-mcp-skill

io.github.tim0-12432/HotkeylessAHK-mcp-skill·v1.0.3·Other
Quality Score
80
/100

MCP server for Hotkeyless AHK HTTP API.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "HotkeylessAHK-mcp-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ],
      "env": {
        "BASE_URL": "<base_url>",
        "TIMEOUT_MS": "<timeout_ms>",
        "BLACKLIST": "<blacklist>",
        "CACHE_TTL_MS": "<cache_ttl_ms>",
        "ENDPOINT_LIST": "<endpoint_list>",
        "ENDPOINT_TRIGGER": "<endpoint_trigger>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "HotkeylessAHK-mcp-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ],
      "env": {
        "BASE_URL": "<base_url>",
        "TIMEOUT_MS": "<timeout_ms>",
        "BLACKLIST": "<blacklist>",
        "CACHE_TTL_MS": "<cache_ttl_ms>",
        "ENDPOINT_LIST": "<endpoint_list>",
        "ENDPOINT_TRIGGER": "<endpoint_trigger>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tim0_12432/hotkeyless-ahk-mcp-server
§02  Environment variables
BASE_URL

The base URL of the Hotkeyless AHK HTTP server.

TIMEOUT_MS

The timeout in milliseconds for requests to the server.

BLACKLIST

A comma-separated list of blacklisted commands.

CACHE_TTL_MS

The time-to-live in milliseconds for cached responses.

ENDPOINT_LIST

The default endpoint path for listing commands.

ENDPOINT_TRIGGER

The default endpoint path for triggering commands.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other