Skip to content
Cursor

ChangeDetection.io MCP Server for Cursor

io.github.rusty4444/changedetection-mcp

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

client:Cursor transport:stdio runtime:pypi

Install ChangeDetection.io MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ChangeDetection.io MCP Server in other clients