ChangeDetection.io MCP Server
Rank #62,188io.github.rusty4444/changedetection-mcp
MCP server for ChangeDetection.io website monitoring and change history.
ChangeDetection.io MCP Server is a Model Context Protocol (MCP) server published by rusty4444. It ranks #62,188 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ChangeDetection.io MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 16, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 69,925 of 132,113 servers on MCP Toplist.
Use ChangeDetection.io MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add changedetection-mcp -e "CHANGEDETECTION_BASE_URL=<your CHANGEDETECTION_BASE_URL>" -e "CHANGEDETECTION_API_KEY=<your CHANGEDETECTION_API_KEY>" -- uvx changedetection-mcpReplace each placeholder with your own value before saving.
[mcp_servers.changedetection-mcp]
command = "uvx"
args = ["changedetection-mcp"]
[mcp_servers.changedetection-mcp.env]
CHANGEDETECTION_BASE_URL = "<your CHANGEDETECTION_BASE_URL>"
CHANGEDETECTION_API_KEY = "<your CHANGEDETECTION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"changedetection-mcp": {
"command": "uvx",
"args": [
"changedetection-mcp"
],
"env": {
"CHANGEDETECTION_BASE_URL": "<your CHANGEDETECTION_BASE_URL>",
"CHANGEDETECTION_API_KEY": "<your CHANGEDETECTION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"changedetection-mcp": {
"command": "uvx",
"args": [
"changedetection-mcp"
],
"env": {
"CHANGEDETECTION_BASE_URL": "<your CHANGEDETECTION_BASE_URL>",
"CHANGEDETECTION_API_KEY": "<your CHANGEDETECTION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"changedetection-mcp": {
"command": "uvx",
"args": [
"changedetection-mcp"
],
"env": {
"CHANGEDETECTION_BASE_URL": "<your CHANGEDETECTION_BASE_URL>",
"CHANGEDETECTION_API_KEY": "<your CHANGEDETECTION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"changedetection-mcp": {
"command": "uvx",
"args": [
"changedetection-mcp"
],
"env": {
"CHANGEDETECTION_BASE_URL": "<your CHANGEDETECTION_BASE_URL>",
"CHANGEDETECTION_API_KEY": "<your CHANGEDETECTION_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rusty4444%2Fchangedetection-mcp)<a href="https://mcptoplist.com/server/io.github.rusty4444%2Fchangedetection-mcp"><img src="https://mcptoplist.com/badge/io.github.rusty4444%2Fchangedetection-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rusty4444
Other servers by rusty4444
View all rusty4444 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 18, 2026 |
Frequently asked questions
- Who maintains ChangeDetection.io MCP Server?
- ChangeDetection.io MCP Server is maintained by rusty4444, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is ChangeDetection.io MCP Server listed on the Official MCP Registry?
- Yes — ChangeDetection.io MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ChangeDetection.io MCP Server have?
- MCP Toplist tracks 1 version of ChangeDetection.io MCP Server, most recently published on May 18, 2026.
- Where can I find the source code for ChangeDetection.io MCP Server?
- The source code for ChangeDetection.io MCP Server is hosted at github.com/rusty4444/changedetection-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.