mcpbeat Sign in

CrazySEO MCP Server

local only

CrazySEO runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from npm. Last commit 5 Aug 2026.

Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys.

Installs per day peak 511 · avg 23
a month agotoday
89
Installs / week
npm · crazyseo
4
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check CrazySEO every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add crazyseo -- npx -y crazyseo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crazyseo": {
      "args": [
        "-y",
        "crazyseo"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crazyseo]
command = "npx"
args = ["-y", "crazyseo"]
.cursor/mcp.json
{
  "mcpServers": {
    "crazyseo": {
      "args": [
        "-y",
        "crazyseo"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crazyseo": {
      "args": [
        "-y",
        "crazyseo"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (Optional. Enables the ChatGPT engine for audit_visibility. Never required for readiness_check.), GOOGLE_API_KEY (Optional. Enables the Gemini engine for audit_visibility. Never required for readiness_check.), PERPLEXITY_API_KEY (Optional. Enables the Perplexity engine for audit_visibility. Never required for readiness_check.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CrazySEO

same job, measured the same way
CrazySEO
by bolidee

Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys.

local only
Website Auditor
by spikeycoder

AI visibility + site audits: see if ChatGPT, Perplexity, Claude & Gemini recommend a website.

97 installs/wk local only
GEO Scanner
by agundur

Checks whether a website is readable and citable by AI systems (ChatGPT, Claude, Perplexity, etc.)

2 tools answering
AI Readiness
by epistemedeus

Check if a website is visible to AI search (ChatGPT, Perplexity, Claude) and get per-gap fixes.

local only
AI Readiness (hosted)
by samedaydesk

Check if a website is visible to AI search (ChatGPT, Perplexity, Claude). No install.

5 tools answering
W
AI Visibility Checker
by agentexchange-aivisibility

Free, no signup. Check if ChatGPT, Perplexity & Google AI recommend a brand in 15 markets (GEO/AEO).

2 tools answering
INITE AI Visibility
by inite

See how ChatGPT, Claude, Gemini and Perplexity read any website. Scored out of 100.

45 installs/wk answering
Agentwatch
by comiza

Check if ChatGPT, Claude and Perplexity can reach, read and quote a website.

4 tools answering

CrazySEO — questions

Answers built from our own checks of this server.

Why is there no uptime for CrazySEO?
CrazySEO runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package crazyseo was installed 89 times last week.
How do I connect CrazySEO?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls crazyseo straight from npm; nothing to host, nothing to sign up for.
How many people use CrazySEO?
The npm package crazyseo was installed 89 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CrazySEO open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.