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

@kongyo2/tiki-pedia-mcp-server

v1.0.0

Published

MCP server for 知木ペディア (Tiki-pedia) MediaWiki API on Miraheze

Downloads

11

Readme

@kongyo2/tiki-pedia-mcp-server

知木ペディア(Miraheze上のMediaWiki)向けMCPサーバーです。

セットアップ

Claude Code

claude mcp add tiki-pedia -- npx @kongyo2/tiki-pedia-mcp-server

Claude Desktop / Cursor 等

claude_desktop_config.json に追加:

{
  "mcpServers": {
    "tiki-pedia": {
      "command": "npx",
      "args": ["@kongyo2/tiki-pedia-mcp-server"]
    }
  }
}

ツール一覧

ページ

| ツール | 説明 | | ------------------------ | ------------------------------ | | tiki_get_page_content | 記事のウィキテキスト内容を取得 | | tiki_check_page_exists | 記事の存在確認 |

カテゴリ

| ツール | 説明 | | ------------------------------- | -------------------------------------- | | tiki_get_categories | 記事に付与されているカテゴリ一覧を取得 | | tiki_check_category_exists | カテゴリの存在確認 | | tiki_search_categories | カテゴリ名の部分一致検索 | | tiki_search_categories_prefix | カテゴリ名の前方一致検索 | | tiki_list_categories_range | 範囲指定でのカテゴリ一覧取得 | | tiki_get_category_members | カテゴリに属するページ一覧を取得 |

テンプレート

| ツール | 説明 | | ------------------------------ | -------------------------------------------- | | tiki_get_templates | 記事内で使用されているテンプレート一覧を取得 | | tiki_check_template_exists | テンプレートの存在確認 | | tiki_get_template_content | テンプレートのウィキテキスト内容を取得 | | tiki_search_templates | テンプレート名の部分一致検索 | | tiki_search_templates_prefix | テンプレート名の前方一致検索 | | tiki_list_templates_range | 範囲指定でのテンプレート一覧取得 | | tiki_get_template_usage | テンプレートを使用しているページ一覧を取得 |

検索

| ツール | 説明 | | -------------------------- | ------------------------ | | tiki_get_recent_articles | 新着記事一覧を取得 | | tiki_search_fulltext | 本文内の文字列を全文検索 | | tiki_search_title | タイトルの部分一致検索 |

サイト情報

| ツール | 説明 | | --------------------- | ---------------------------------- | | tiki_get_extensions | 有効化されている拡張機能一覧を取得 | | tiki_get_siteinfo | サイト基本情報を取得 |

開発

npm install
npm run build

| コマンド | 説明 | | ------------------- | -------------------------- | | npm run build | TypeScriptコンパイル | | npm run dev | 開発モード(ファイル監視) | | npm run typecheck | 型チェック | | npm run lint | oxlintによるリント | | npm run format | Prettierによるフォーマット |

ライセンス

MIT