Hotkeyless AHK MCP Skill

This repository provides: A TypeScript MCP server that wraps the Hotkeyless AHK HTTP API. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 2 · #112 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Hotkeyless AHK MCP Skill

Claude Code

claude mcp add tim0-12432-hotkeylessahk-mcp-skill -- npx -y @tim0_12432/hotkeyless-ahk-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tim0-12432-hotkeylessahk-mcp-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @tim0_12432/hotkeyless-ahk-mcp-server - the @tim0_12432 scope differs from the repo owner (tim0-12432); confirm it's the project's official package

registry namespace io.github.tim0-12432 is GitHub-verified and matches the repo owner

03 · What Hotkeyless AHK MCP Skill can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.8 · 2026-08-11

Official NPM page: · Use MCP through:

04 · Who maintains Hotkeyless AHK MCP Skill

HotkeylessAHK-mcp-skill is maintained by tim0-12432. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
API integration - ranked #112 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-11)
registry
io.github.tim0-12432/HotkeylessAHK-mcp-skill (active, first published 2026-04-27 · 4 versions)
packages
npm:@tim0_12432/hotkeyless-ahk-mcp-server

06 · Hotkeyless AHK MCP Skill FAQ

What is Hotkeyless AHK MCP Skill?

This repository provides: A TypeScript MCP server that wraps the Hotkeyless AHK HTTP API. It runs locally over stdio via the published package.

Is Hotkeyless AHK MCP Skill still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Hotkeyless AHK MCP Skill?

Run `npx -y @tim0_12432/hotkeyless-ahk-mcp-server`. You can also paste the ready-made client config above.

Does Hotkeyless AHK MCP Skill run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Hotkeyless AHK MCP Skill