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.
Maintainers
Readme
seolint-mcp
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-mcpOr 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-mcpOr one-shot connect (opens a browser, approves in your logged-in seolint.dev session):
npx seolint-mcp connectTools
| 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 →
