Windsurf

AI-powered SEO audits in Windsurf.

The Indxel MCP server integrates with Windsurf's AI assistant. Audit URLs, validate metadata, generate JSON-LD, and fix SEO issues with natural language — directly in your editor.

1.Add to Windsurf MCP config

json
// ~/.windsurf/mcp_config.json
{
  "mcpServers": {
    "indxel": {
      "command": "npx",
      "args": ["-y", "indxel-mcp"]
    }
  }
}

2.Ask the AI assistant

text
> "Audit SEO for https://mysite.com"
> "Check metadata for my /pricing page"
> "Generate JSON-LD for my blog post"

Why use Indxel with Windsurf

  • Run SEO audits without leaving your editor or switching to a browser
  • Generate JSON-LD structured data with natural language prompts
  • Validate metadata for any URL and get actionable fix suggestions
  • Catch broken og:images, missing descriptions, and invalid canonicals instantly

Frequently asked questions

How does the MCP server work with Windsurf?

The Indxel MCP server exposes 11 SEO tools to Windsurf's AI assistant via the Model Context Protocol. Once configured, you can ask the assistant to audit URLs, validate metadata, generate structured data, and more — all through natural language.

Does it work offline?

The MCP server runs locally on your machine. URL crawling and auditing require internet access to fetch pages, but JSON-LD generation and local file analysis work without a connection.