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

@seoforgpt/mcp

v2.0.9

Published

SEOforGPT MCP server for brand visibility workflows

Readme

SEOforGPT MCP

Use SEOforGPT inside Claude Desktop, Claude Code, or Cursor as tools.

Track where your brand appears in AI answers, analyze competitors, check website readiness, and generate content using natural language prompts.


What you can do

Get a visibility brief

Run a visibility check and get the most important insights instead of raw data.

Understand competitors

See which brands are being recommended, which prompts you are missing, and which sources appear most often.

Generate full content from findings

Generate full structured content from your visibility data, optimized to be cited by AI systems.

Check website readiness

Audit how prepared your site is for AI search and get a prioritized list of fixes.

Run custom tests

Test a different brand or prompt set directly from your assistant.


Quick start

  1. Create an API key at seoforgpt.io (Settings > API keys)

  2. Add to Claude config:

{
  "mcpServers": {
    "seoforgpt": {
      "command": "npx",
      "args": ["-y", "@seoforgpt/mcp"],
      "env": {
        "SEOFORGPT_API_KEY": "sgpt_your_key_here"
      }
    }
  }
}

Common locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
  1. Or use with Cursor:
{
  "mcpServers": {
    "seoforgpt": {
      "command": "npx",
      "args": ["-y", "@seoforgpt/mcp"],
      "env": {
        "SEOFORGPT_API_KEY": "sgpt_your_key_here"
      }
    }
  }
}

Place in .cursor/mcp.json or Cursor MCP settings.

Restart Claude or Cursor after adding the config.


Example prompts

Use natural language. The assistant will call the right tools.

  • "Use SEOforGPT. List my projects and run a visibility check."
  • "Show me which competitors are being recommended instead of me."
  • "Generate a full blog post based on my biggest visibility gap."
  • "Check my website readiness and give me the top fixes."

Features

  • Track AI visibility across ChatGPT, Claude, and Perplexity
  • Identify competitors appearing in AI answers
  • Analyze citation sources used by AI systems
  • Generate full content based on visibility gaps
  • Run website AI readiness audits

Authentication

Create an API key in SEOforGPT and pass it as:

SEOFORGPT_API_KEY


Available tools

list_projects — List available projects in your account

run_visibility — Run a visibility check using saved prompts

get_visibility_report — Get the full visibility report

get_competitor_intelligence — Focus on competitors, gaps, and sources

check_website_readiness — Run AI readiness audit

generate_content — Generate full content based on project data


Notes

  • Restart Claude or Cursor after setup
  • If no projects appear, check your API key
  • This uses your existing SEOforGPT account, quotas, and projects

Full documentation: seoforgpt.io/docs/mcp