Skip to content
VS Code

ai seo for VS Code

io.github.automatelab-tech/ai-seo

MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites

client:VS Code transport:stdio runtime:npm

Install ai seo in VS Code

.vscode/mcp.json

{
  "servers": {
    "ai-seo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/ai-seo-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ai seo in other clients