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

seolint-mcp

v0.2.2

Published

MCP server for SEOLint — scan sites for SEO issues from Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP client.

Readme

seolint-mcp

npm version License: MIT

MCP server for SEOLint. Scan any site for SEO issues from Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Codex, Gemini CLI, or any MCP-compatible client.

Part of the SEOLint stack. This package is the bridge between your AI client and the hosted scanner + memory + Search Console + grading at seolint.dev.

Install

npx seolint-mcp

Or add to your MCP client config. For Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "seolint": {
      "command": "npx",
      "args": ["-y", "seolint-mcp"]
    }
  }
}

Cursor, Windsurf, Codex, Gemini CLI, and VS Code all use the same command + args shape — drop it into whichever MCP config file your client reads.

Two modes

Free mode (no API key): scan_website runs via the hosted scanner with a generous anonymous quota. No account needed. Great for trying it out.

Connected mode (with SEOLINT_API_KEY): unlocks memory, Search Console data, per-fix grading, cross-site patterns, and the next-action oracle. Free API key at seolint.dev/api →. Free tier includes 100 scans/day.

SEOLINT_API_KEY=sl_... npx seolint-mcp

Or one-shot connect (opens a browser, approves in your logged-in seolint.dev session):

npx seolint-mcp connect

Tools

| Tool | Free | Connected | |---|---|---| | scan_website | ✅ | ✅ scan + persisted to memory | | get_scan, open_issues | ❌ | ✅ | | my_sites, site_status, site_history | ❌ | ✅ | | site_intelligence | ❌ | ✅ — site-wide patterns, cross-page insights | | next_action | ❌ | ✅ — AI oracle: what to fix next | | suggest_pages | ❌ | ✅ |

Full tool reference: seolint.dev/docs/mcp →

Environment variables

  • SEOLINT_API_KEY — your API key from seolint.dev/api. Optional for free tier.
  • SEOLINT_API_URL — override the API base (default: https://seolint.dev). Only needed for self-hosted deployments.

The hosted agent (why you'd upgrade)

Everything the MCP exposes runs on top of the hosted SEOLint service at seolint.dev →. The paid tier adds the agent — weekly auto-scans, Google Search Console grading, GitHub PR bot, email agent. 7-day free trial, $99/month, runs on your own Claude API key.

Try it in Claude Code / Cursor first via this MCP, then start the trial → if you want it running itself.

License

MIT. GitHub repo →