Skip to content
Cline

ChangeDetection.io MCP Server for Cline

io.github.rusty4444/changedetection-mcp

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

client:Cline transport:stdio runtime:pypi

Install ChangeDetection.io MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "changedetection-mcp": {
      "command": "uvx",
      "args": [
        "changedetection-mcp"
      ],
      "env": {
        "CHANGEDETECTION_BASE_URL": "<CHANGEDETECTION_BASE_URL>",
        "CHANGEDETECTION_API_KEY": "<CHANGEDETECTION_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ChangeDetection.io MCP Server in other clients