Cursor
AI-powered SEO audits in Cursor.
The Indxel MCP server brings SEO auditing directly into Cursor. Ask Claude to check your metadata, audit a URL, or fix SEO issues — without leaving your editor.
1.Add to your MCP config
json
{
"mcpServers": {
"indxel": {
"command": "npx",
"args": ["-y", "indxel-mcp"]
}
}
}2.Ask Claude to audit SEO
text
> "Audit SEO for https://mysite.com/pricing" > "Check if my metadata is correct for /blog/new-post" > "What SEO issues does my site have?"
Why use Indxel with Cursor
- ✓Audit live URLs and get SEO scores without leaving Cursor
- ✓Fix metadata issues with AI-suggested code changes directly in your editor
- ✓Generate type-safe JSON-LD structured data through conversation
- ✓Validate og:images, canonical URLs, and robots directives in real time
Frequently asked questions
What can Claude do with the Indxel MCP tools?
Claude can audit any URL for SEO issues, crawl entire sites, validate metadata against 15 rules, generate JSON-LD for 9 schema types, check sitemaps and robots.txt, research keywords, and compare SEO between deploys.
Is the MCP server free?
Yes. The Indxel MCP server is free and open-source (MIT). Install it with npx — no API key or account required for basic usage.