Skip to content
Grok

ChangeDetection.io MCP Server for Grok

io.github.rusty4444/changedetection-mcp

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

client:Grok transport:stdio runtime:pypi

Install ChangeDetection.io MCP Server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ChangeDetection.io MCP Server in other clients