MCP Catalogs
Home

mcp-server-indexnow

by zizzfizzix·0·Score 30

An MCP server for submitting URLs to search engines via the IndexNow protocol.

web-scrapingdeveloper-toolsproductivity
0
Forks
0
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server enables AI assistants to submit URLs to participating search engines using the IndexNow protocol. It acts as a bridge between MCP-compatible clients and search engines, potentially speeding up content discovery and indexing. The server requires an IndexNow key for verification but offers flexible configuration options including environment variables and API endpoint customization.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Web developers submitting updated or new content pages to search engines
you:Content creators ensuring their new articles get indexed quickly
you:AI assistants automatically informing search engines about website changes
you:What is IndexNow?
you:Do I need an IndexNow key to use this server?

When to choose this

Choose this server if you need to submit URLs to search engines for faster indexing and you're already using MCP-compatible clients like Claude Desktop or Zed.

When NOT to choose this

Don't choose this if you need bulk URL processing capabilities, as it appears designed for individual submissions rather than large-scale operations.

Tools this server exposes

1 tool extracted from the README
  • submit_urls

    Submit single or multiple URLs to the IndexNow API for search engine indexing

Comparable tools

web scraper with built-in search engine submissionseo automation toolcontent management system with SEO features

Installation

Using uvx (recommended)

"mcpServers": {
  "mcp_server_indexnow": {
    "command": "uvx",
    "args": [
      "--from",
      "git+https://github.com/zizzfizzix/mcp-server-indexnow",
      "mcp_server_indexnow"
    ]
  }
}

Using make

make install

Then add to Claude desktop:

"mcpServers": {
  "mcp_server_indexnow": {
    "command": "/path/to/mcp-server-indexnow/.venv/bin/python",
    "args": ["/path/to/mcp-server-indexnow/mcp_server_indexnow/main.py"]
  }
}

FAQ

What is IndexNow?
IndexNow is a simple protocol that allows websites to notify search engines whenever content is created, updated, or deleted, potentially speeding up indexing in search results.
Do I need an IndexNow key to use this server?
Yes, you must set up an IndexNow key for your website host before using this server. This involves generating a key and placing a text file on your web server.

Compare mcp-server-indexnow with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.