PluginBench
MCP Server

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

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

What is the io.github.tim0-12432/HotkeylessAHK-mcp-skill MCP server?

MCP server for Hotkeyless AHK HTTP API.

How to install io.github.tim0-12432/HotkeylessAHK-mcp-skill

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "HotkeylessAHK-mcp-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ],
      "env": {
        "BASE_URL": "<YOUR_BASE_URL>",
        "TIMEOUT_MS": "<YOUR_TIMEOUT_MS>",
        "BLACKLIST": "<YOUR_BLACKLIST>",
        "CACHE_TTL_MS": "<YOUR_CACHE_TTL_MS>",
        "ENDPOINT_LIST": "<YOUR_ENDPOINT_LIST>",
        "ENDPOINT_TRIGGER": "<YOUR_ENDPOINT_TRIGGER>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "HotkeylessAHK-mcp-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ],
      "env": {
        "BASE_URL": "<YOUR_BASE_URL>",
        "TIMEOUT_MS": "<YOUR_TIMEOUT_MS>",
        "BLACKLIST": "<YOUR_BLACKLIST>",
        "CACHE_TTL_MS": "<YOUR_CACHE_TTL_MS>",
        "ENDPOINT_LIST": "<YOUR_ENDPOINT_LIST>",
        "ENDPOINT_TRIGGER": "<YOUR_ENDPOINT_TRIGGER>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "HotkeylessAHK-mcp-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ],
      "env": {
        "BASE_URL": "<YOUR_BASE_URL>",
        "TIMEOUT_MS": "<YOUR_TIMEOUT_MS>",
        "BLACKLIST": "<YOUR_BLACKLIST>",
        "CACHE_TTL_MS": "<YOUR_CACHE_TTL_MS>",
        "ENDPOINT_LIST": "<YOUR_ENDPOINT_LIST>",
        "ENDPOINT_TRIGGER": "<YOUR_ENDPOINT_TRIGGER>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "HotkeylessAHK-mcp-skill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tim0_12432/hotkeyless-ahk-mcp-server"
      ],
      "env": {
        "BASE_URL": "<YOUR_BASE_URL>",
        "TIMEOUT_MS": "<YOUR_TIMEOUT_MS>",
        "BLACKLIST": "<YOUR_BLACKLIST>",
        "CACHE_TTL_MS": "<YOUR_CACHE_TTL_MS>",
        "ENDPOINT_LIST": "<YOUR_ENDPOINT_LIST>",
        "ENDPOINT_TRIGGER": "<YOUR_ENDPOINT_TRIGGER>"
      }
    }
  }
}
Claude Code
claude mcp add HotkeylessAHK-mcp-skill --env BASE_URL=<YOUR_BASE_URL> --env TIMEOUT_MS=<YOUR_TIMEOUT_MS> --env BLACKLIST=<YOUR_BLACKLIST> --env CACHE_TTL_MS=<YOUR_CACHE_TTL_MS> --env ENDPOINT_LIST=<YOUR_ENDPOINT_LIST> --env ENDPOINT_TRIGGER=<YOUR_ENDPOINT_TRIGGER> -- npx -y @tim0_12432/hotkeyless-ahk-mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →