Loading MCP server directory, please wait...
MCP server for ChangeDetection.io website monitoring and change history.
npx @getmcp/cli add io.github.rusty4444/changedetection-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
CHANGEDETECTION_BASE_URLBase URL of the ChangeDetection.io instance, e.g. https://changedetection.example.com
CHANGEDETECTION_API_KEYChangeDetection.io API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rusty4444/changedetection-mcp": {
"command": "uvx",
"args": [
"changedetection-mcp"
],
"env": {
"CHANGEDETECTION_BASE_URL": "",
"CHANGEDETECTION_API_KEY": ""
}
}
}
}