mcp-server-indexnow
by zizzfizzix·★ 0·Score 30
An MCP server for submitting URLs to search engines via the IndexNow protocol.
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:
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 READMEsubmit_urlsSubmit single or multiple URLs to the IndexNow API for search engine indexing
Comparable tools
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 installThen 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
Last updated · Auto-generated from public README + GitHub signals.