mcpbeat Sign in

Changeflow MCP Server

local only

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

AI-powered web monitoring. Track any website, get structured change intelligence.

Installs per day peak 23 · avg 7 · -39% w/w
a month agotoday
30
Installs / week
npm · changeflow-mcp-server
0
Stars
0 open issues
28 Mar 2026
Last commit
0 releases in 90 days
License
JavaScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository stevebutterworth/changeflow-mcp
пакет changeflow-mcp-server ссылается на changeflowhq/changeflow-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 changeflow -- npx -y changeflow-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "changeflow": {
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.changeflow]
command = "npx"
args = ["-y", "changeflow-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "changeflow": {
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "changeflow": {
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHANGEFLOW_API_TOKEN (Your Changeflow API token from https://changeflow.com/account/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Changeflow

same job, measured the same way
Omniwatchguard
by omniwatchguard

AI-powered website change monitoring - manage monitors and alerts via MCP.

7 tools answering
Agentic News
by agentic-news

AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search

answering
Signallabs MCP
by emresemercioglu

Competitive Intelligence MCP: generate AI battlecards, track competitors, monitor market signals.

24 installs/wk local only
ChangeDetection.io MCP Server
by rusty4444

MCP server for ChangeDetection.io website monitoring and change history.

74 installs/wk local only
Uptimebolt MCP Server
by clm-cloud-solutions

AI-powered infrastructure monitoring — health, incidents, predictions, RCA, deploy safety

40 installs/wk local only
PageCrawl
by pagecrawl

Monitor web pages for changes with AI-powered change detection, diffs, and alerts.

answering
Wachete
by wachete

Create, read and monitor Wachete website-change wachets for a signed-in user.

answering
Site Spy
by vkuprin

MCP server for Site Spy — lets AI agents monitor websites for changes

63 installs/wk local only

Changeflow — questions

Answers built from our own checks of this server.

Why is there no uptime for Changeflow?
Changeflow 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 changeflow-mcp-server was installed 30 times last week.
How do I connect Changeflow?
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 changeflow-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Changeflow?
The npm package changeflow-mcp-server was installed 30 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Changeflow open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.