AgentHubAgentHub

HotkeylessAHK-mcp-skill

MCP ServerMCP Registry官方收录

io.github.tim0-12432/HotkeylessAHK-mcp-skill · v1.0.3

MCP server for Hotkeyless AHK HTTP API.

概览

HotkeylessAHK-mcp-skill 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.tim0-12432/HotkeylessAHK-mcp-skill",
  "type": "mcp-server",
  "version": "1.0.3",
  "displayName": "HotkeylessAHK-mcp-skill",
  "description": "MCP server for Hotkeyless AHK HTTP API.",
  "repository": {
    "url": "https://github.com/tim0-12432/HotkeylessAHK-mcp-skill",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@tim0_12432/hotkeyless-ahk-mcp-server",
        "version": "1.0.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BASE_URL",
            "description": "The base URL of the Hotkeyless AHK HTTP server."
          },
          {
            "name": "TIMEOUT_MS",
            "description": "The timeout in milliseconds for requests to the server."
          },
          {
            "name": "BLACKLIST",
            "description": "A comma-separated list of blacklisted commands."
          },
          {
            "name": "CACHE_TTL_MS",
            "description": "The time-to-live in milliseconds for cached responses."
          },
          {
            "name": "ENDPOINT_LIST",
            "description": "The default endpoint path for listing commands."
          },
          {
            "name": "ENDPOINT_TRIGGER",
            "description": "The default endpoint path for triggering commands."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.tim0-12432/HotkeylessAHK-mcp-skill",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tim0-12432%2FHotkeylessAHK-mcp-skill/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
HotkeylessAHK-mcp-skill — MCP Server 安装与配置 · AgentHub