← Back to browse

HotkeylessAHK-mcp-skill

Indexed by io.github.tim0-12432

About

MCP server for Hotkeyless AHK HTTP API.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBASE_URL TIMEOUT_MS BLACKLIST CACHE_TTL_MS ENDPOINT_LIST ENDPOINT_TRIGGER
Claude Code
claude mcp add --env BASE_URL= --env TIMEOUT_MS= --env BLACKLIST= --env CACHE_TTL_MS= --env ENDPOINT_LIST= --env ENDPOINT_TRIGGER= hotkeylessahk-mcp-skill -- npx @tim0_12432/hotkeyless-ahk-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"hotkeylessahk-mcp-skill","command":"npx","args":["@tim0_12432/hotkeyless-ahk-mcp-server"],"env":{"BASE_URL":"","TIMEOUT_MS":"","BLACKLIST":"","CACHE_TTL_MS":"","ENDPOINT_LIST":"","ENDPOINT_TRIGGER":""}}'
JSON
{
  "mcpServers": {
    "hotkeylessahk-mcp-skill": {
      "command": "npx",
      "args": [
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ],
      "env": {
        "BASE_URL": "",
        "TIMEOUT_MS": "",
        "BLACKLIST": "",
        "CACHE_TTL_MS": "",
        "ENDPOINT_LIST": "",
        "ENDPOINT_TRIGGER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.