Skip to content
Cursor

indexnow for Cursor

io.github.sharozdawa/indexnow

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

client:Cursor transport:stdio runtime:npm

Install indexnow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

indexnow in other clients