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

suparank

v1.5.1

Published

AI-powered SEO content creation MCP - generate and publish optimized blog posts with your AI assistant

Readme

Suparank MCP

npm version License: MIT

AI-powered SEO content creation MCP (Model Context Protocol) for Claude, Cursor, and other AI assistants.

Features

  • 19 SEO Tools - Keyword research, content writing, optimization, and more
  • Multi-Platform Publishing - WordPress, Ghost, webhooks
  • Image Generation - fal.ai, Google Gemini, Wiro integration
  • Session Management - Save and resume content workflows
  • Interactive Setup - Simple CLI wizards for configuration

Quick Start

1. Create Account

Sign up at app.suparank.io and create a project.

2. Install & Setup

npx suparank setup

This opens your browser for authentication and automatically configures your API key.

3. Configure Your AI Client

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "suparank": {
      "command": "npx",
      "args": ["suparank"]
    }
  }
}

Cursor (Settings → MCP Servers):

{
  "mcpServers": {
    "suparank": {
      "command": "npx",
      "args": ["suparank"]
    }
  }
}

4. Configure Integrations (Optional)

npx suparank secrets

Interactive wizard to configure:

  • Image Generation - fal.ai, Google Gemini, Wiro
  • WordPress - Publish directly to your WordPress site
  • Ghost - Publish to Ghost blogs
  • Webhooks - Make, n8n, Zapier, Slack integrations

CLI Commands

| Command | Description | |---------|-------------| | npx suparank | Start MCP server | | npx suparank setup | Run setup wizard | | npx suparank secrets | Configure API keys & integrations | | npx suparank test | Test API connection | | npx suparank session | View current session | | npx suparank clear | Clear session state | | npx suparank update | Clear cache & update to latest |

Available Tools

SEO Research

  • keyword_research - Find keywords with search volume and difficulty
  • seo_strategy - Create comprehensive SEO strategies
  • topical_map - Build topic clusters for authority
  • content_calendar - Plan content schedules

Content Creation

  • content_write - Write SEO-optimized articles
  • image_prompt - Generate prompts for AI images
  • generate_image - Create images with fal.ai/Gemini/Wiro

Content Optimization

  • internal_links - Find internal linking opportunities
  • schema_generate - Create JSON-LD schema markup
  • geo_optimize - Optimize for local SEO
  • quality_check - Check content quality and SEO

Publishing

  • save_content - Save content to session
  • publish_content - Publish to configured platforms
  • publish_wordpress - Direct WordPress publishing
  • publish_ghost - Direct Ghost publishing
  • send_webhook - Send to automation platforms

Pipeline

  • full_pipeline - Complete content workflow
  • create_content - Start new content session

Configuration Files

All configuration is stored in ~/.suparank/:

~/.suparank/
├── config.json         # API key & project slug
├── credentials.json    # Integration credentials
├── session.json        # Current workflow state
└── content/            # Saved articles

credentials.json Example

{
  "image_provider": "fal",
  "fal": {
    "api_key": "your-fal-key",
    "model": "fal-ai/flux-pro/v1.1"
  },
  "wordpress": {
    "site_url": "https://your-site.com",
    "secret_key": "from-wordpress-plugin"
  },
  "webhooks": {
    "make_url": "https://hook.make.com/xxx"
  }
}

WordPress Integration

  1. Install the Suparank WordPress Plugin
  2. Copy your secret key from Settings → Suparank
  3. Run npx suparank secrets and select WordPress

Updating

To update to the latest version:

npx suparank update

This clears the npx cache and ensures you get the newest version on next run.

Documentation

Full documentation at suparank.io/docs

Support

Related Repositories

License

MIT License - see LICENSE for details.