Skip to content
VS Code

indexnow for VS Code

io.github.sharozdawa/indexnow

Submit URLs for instant indexing via IndexNow and Google Indexing API.

client:VS Code transport:stdio runtime:npm

Install indexnow in VS Code

.vscode/mcp.json

{
  "servers": {
    "indexnow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "indexnow-mcp"
      ]
    }
  }
}

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

indexnow in other clients