PluginBench
MCP Server

ChangeDetection.io MCP Server MCP Server

io.github.rusty4444/changedetection-mcp

What is the ChangeDetection.io MCP Server MCP server?

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

How to install ChangeDetection.io MCP Server

Copy-paste configuration for popular MCP clients.

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

    Base URL of the ChangeDetection.io instance, e.g. https://changedetection.example.com

  • CHANGEDETECTION_API_KEY
    required
    secret

    ChangeDetection.io API key

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "changedetection-mcp": {
      "command": "uvx",
      "args": [
        "changedetection-mcp"
      ],
      "env": {
        "CHANGEDETECTION_BASE_URL": "<YOUR_CHANGEDETECTION_BASE_URL>",
        "CHANGEDETECTION_API_KEY": "<YOUR_CHANGEDETECTION_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "changedetection-mcp": {
      "command": "uvx",
      "args": [
        "changedetection-mcp"
      ],
      "env": {
        "CHANGEDETECTION_BASE_URL": "<YOUR_CHANGEDETECTION_BASE_URL>",
        "CHANGEDETECTION_API_KEY": "<YOUR_CHANGEDETECTION_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "changedetection-mcp": {
      "command": "uvx",
      "args": [
        "changedetection-mcp"
      ],
      "env": {
        "CHANGEDETECTION_BASE_URL": "<YOUR_CHANGEDETECTION_BASE_URL>",
        "CHANGEDETECTION_API_KEY": "<YOUR_CHANGEDETECTION_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "changedetection-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "changedetection-mcp"
      ],
      "env": {
        "CHANGEDETECTION_BASE_URL": "<YOUR_CHANGEDETECTION_BASE_URL>",
        "CHANGEDETECTION_API_KEY": "<YOUR_CHANGEDETECTION_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add changedetection-mcp --env CHANGEDETECTION_BASE_URL=<YOUR_CHANGEDETECTION_BASE_URL> --env CHANGEDETECTION_API_KEY=<YOUR_CHANGEDETECTION_API_KEY> -- uvx changedetection-mcp

Related MCP servers

MCP server for Grocy household ERP inventory and shopping workflows.

View repository →

MCP server for Shiori bookmark management and tag workflows.

View repository →

MCP server for wallabag read-it-later entries, tags, and annotations.

View repository →