taiwan-holiday-mcp

lis186/taiwan-holiday-mcp
★ 26 stars TypeScript 🤖 AI/LLM Updated 2mo ago
一個基於 Model Context Protocol (MCP) 的台灣假期查詢伺服器,為 AI 工具提供準確的台灣國定假日資訊。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "taiwan-holiday-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lis186/taiwan-holiday-mcp"
      ]
    }
  }
}