sharozdawa/indexnow-mcp
MCP server for instant URL indexing via IndexNow and Google Indexing API. Submit to Bing, Yandex, Naver, Seznam with one command.
Platform-specific configuration:
{
"mcpServers": {
"indexnow-mcp": {
"command": "npx",
"args": [
"-y",
"indexnow-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
<br />
Submit URLs for instant indexing via IndexNow and Google Indexing API.
Works with Claude Code, Cursor, Copilot, Codex, Windsurf, and all MCP-compatible AI tools.
</div>
---
| Tool | Description | |------|-------------| | indexnow_submit | Submit URLs to IndexNow (Bing, Yandex, Naver, Seznam) | | google_indexing_submit | Submit URLs to Google Indexing API | | google_indexing_status | Check indexing notification status | | indexnow_submit_sitemap | Fetch sitemap and submit all URLs to IndexNow | | indexnow_generate_key | Generate an IndexNow API key and verification file | | indexnow_list_engines | List all supported engines and endpoints |
Add to your Claude config:
{
"mcpServers": {
"indexnow": {
"command": "npx",
"args": ["-y", "indexnow-mcp"]
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"indexnow": {Loading reviews...