Crazy SEO MCP Server

Find out whether ChatGPT, Gemini and Perplexity recommend your site - and why they don't. It runs locally over stdio via the published package.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 4 · #14 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Crazy SEO

before you install - you'll need

OPENAI_API_KEY, GOOGLE_API_KEY, PERPLEXITY_API_KEY are optional or environment-specific per the README.

Claude Code

claude mcp add bolidee-crazyseo -- npx -y crazyseo

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "bolidee-crazyseo": {
      "command": "npx",
      "args": [
        "-y",
        "crazyseo"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-01 - young repo, little track record yet

license AGPL-3.0 - declared in the repository

npm package crazyseo - unscoped; check the name against the project README before installing

registry namespace io.github.bolidee is GitHub-verified and matches the repo owner

03 · Who maintains Crazy SEO

CrazySEO is maintained by bolidee. It's the only MCP server we track from this author; the repo dates to Aug 2026.

04 · Facts

category
search - ranked #14 of 47 actively-maintained search servers as of 2026-08-25.
registry
io.github.bolidee/crazyseo (active, first published 2026-08-03 · 2 versions)
packages
npm:crazyseo

05 · Crazy SEO FAQ

What is Crazy SEO?

Find out whether ChatGPT, Gemini and Perplexity recommend your site - and why they don't. It runs locally over stdio via the published package.

Is Crazy SEO still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05. We re-verify nightly.

How do I install Crazy SEO?

Run `npx -y crazyseo`. The README documents 3 environment variables (OPENAI_API_KEY, GOOGLE_API_KEY, PERPLEXITY_API_KEY) to set first. OPENAI_API_KEY, GOOGLE_API_KEY, PERPLEXITY_API_KEY are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Crazy SEO run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Crazy SEO