PluginBench
MCP Server

io.github.stevebutterworth/changeflow MCP Server

io.github.stevebutterworth/changeflow

What is the io.github.stevebutterworth/changeflow MCP server?

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

How to install io.github.stevebutterworth/changeflow

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CHANGEFLOW_API_TOKEN
    required
    secret

    Your Changeflow API token from https://changeflow.com/account/api

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "changeflow": {
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<YOUR_CHANGEFLOW_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "changeflow": {
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<YOUR_CHANGEFLOW_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "changeflow": {
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<YOUR_CHANGEFLOW_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "changeflow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<YOUR_CHANGEFLOW_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add changeflow --env CHANGEFLOW_API_TOKEN=<YOUR_CHANGEFLOW_API_TOKEN> -- npx -y changeflow-mcp-server

Related MCP servers

Free regulatory intelligence. Search 27,000+ changes across 2,000+ government sources.

View repository →