mcpbeat Sign in

Indexnow MCP Server

local only

Indexnow runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 22 Mar 2026.

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

Installs per day peak 22 · avg 6 · -3% w/w
a month agotoday
31
Installs / week
npm · indexnow-mcp
2
Stars
0 open issues
22 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Indexnow every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add indexnow -- npx -y indexnow-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "indexnow": {
      "args": [
        "-y",
        "indexnow-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.indexnow]
command = "npx"
args = ["-y", "indexnow-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "indexnow": {
      "args": [
        "-y",
        "indexnow-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "indexnow": {
      "args": [
        "-y",
        "indexnow-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Indexnow

same job, measured the same way
MCP Server Indexforge
by joepangallo

Submit URLs to Google and Bing for indexing, scan sitemaps, check index status.

43 installs/wk local only
Gsc
by mikusnuz

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

83 installs/wk local only
Google Search Console
by b77

Search rankings, clicks, and indexing for your site — in chat.

answering
Gogcli MCP Slides
by chrischall

Google Slides via gogcli for Claude — deck and slide authoring

354 installs/wk local only
Google Search Console
by getmcpads

Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.

79 installs/wk local only
Google Search Console
by akzar1el

Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics.

26 installs/wk answering
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Google Maps Places
by domdomegg

Allow AI systems to search for places and get business info via Google Maps Places API.

34 installs/wk local only

Indexnow — questions

Answers built from our own checks of this server.

Why is there no uptime for Indexnow?
Indexnow runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package indexnow-mcp was installed 31 times last week.
How do I connect Indexnow?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls indexnow-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Indexnow?
The npm package indexnow-mcp was installed 31 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Indexnow open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.