npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tiger_mcp

v1.0.0

Published

A happy tiger party MCP server that generates M*N tiger grids

Readme

歡樂虎 MCP Server 🐯

一個有趣的 Model Context Protocol (MCP) server,可以產生 M*N 大小的歡樂虎派對!

功能

這個 MCP server 提供一個 tiger_party 工具:

  • 輸入: 兩個數字 (M 和 N)
  • 輸出: 一個 M 列 × N 行的歡樂虎 🐯 派對方陣

安裝

npm install

使用方法

方法 1: 直接執行

npm start

方法 2: 使用 MCP Inspector 測試

npx @modelcontextprotocol/inspector node index.js

方法 3: 在 Claude Code 中安裝

使用 claude mcp add 命令安裝:

claude mcp add --transport stdio tiger_mcp --scope user -- node /Users/ruyuhuang/gemini-cli-coding/007_mcp_sstdid/index.js

安裝後可以使用以下命令管理:

  • claude mcp list - 查看所有已安裝的 MCP servers
  • claude mcp get tiger_mcp - 查看 tiger_mcp 的配置
  • /mcp - 在 Claude Code 中檢查 server 連線狀態

方法 4: 在 Claude Desktop 中設定

在 Claude Desktop 的設定檔中加入:

{
  "mcpServers": {
    "tiger_mcp": {
      "command": "node",
      "args": ["/Users/ruyuhuang/gemini-cli-coding/007_mcp_sstdid/index.js"]
    }
  }
}

工具說明

tiger_party

建立一個歡樂虎派對!

參數:

  • rows (number): 派對的列數,範圍 1-50
  • columns (number): 派對的行數,範圍 1-50

範例:

輸入 rows: 3, columns: 5 會產生:

🎉 歡樂虎派對 3x5 🎉

🐯 🐯 🐯 🐯 🐯
🐯 🐯 🐯 🐯 🐯
🐯 🐯 🐯 🐯 🐯

總共有 15 隻歡樂虎!🎊

技術細節

  • 使用 @modelcontextprotocol/sdk 官方 SDK
  • Stdio 傳輸模式
  • 支援 JSON-RPC 2.0 協定

License

MIT