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

genjo-mcp-server

v1.0.16

Published

MCP Server for Genjo AI News System - Asian Market Intelligence

Readme

Genjo MCP Server

This is the Model Context Protocol (MCP) server for the Genjo AI News System. It allows you to access Genjo's features from Claude Desktop or Claude Code.

Usage

Prerequisites

  • Node.js 18 or higher

Installation

You can setup this server automatically or configure it manually.

⚡ Quick Setup (Recommended)

Run the following command to automatically configure Claude Desktop and install Agent Skills:

npx -y genjo-mcp-server install

Option 1: Run directly (Manual Configuration)

npx -y genjo-mcp-server

Option 2: Install globally

npm install -g genjo-mcp-server
genjo-mcp

Option 3: Smithery.ai (Automated)

You can install this server from Smithery.ai to easily integrate with Claude Desktop.

Configuration for Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "genjo": {
      "command": "npx",
      "args": ["-y", "genjo-mcp-server"],
      "env": {
        "GENJO_API_BASE_URL": "https://api.gen-jo.com"
      }
    }
  }
}

If you have an API Key (optional), add it to the env section:

"GENJO_API_KEY": "your_api_key"

🤖 Agent Skills (Anthropic Standard)

This package includes an official Anthropic Agent Skill in the genjo-news-skill directory. This provides Claude with domain-specific workflows and best practices for AI news analysis.

How to use with Claude Code

Copy the skill to your project's skills directory:

mkdir -p .claude/skills
cp -r node_modules/genjo-mcp-server/genjo-news-skill .claude/skills/

How to use with Claude.ai

  1. Open genjo-news-skill/SKILL.md.
  2. Copy the entire content (including the YAML front matter).
  3. Paste it into your Claude.ai Agent Skill settings.

License & Terms of Use

This software is proprietary (UNLICENSED).

  • Free to use: You are welcome to use this MCP server for personal or internal business purposes.
  • No Redistribution: You may not redistribute, resell, or sublicense this software.
  • No Modification: You may not modify the bundled executable for the purpose of redistribution.

Copyright (c) 2026 Genjo Team. All rights reserved.