Watchgoose
Rank #12,349io.github.bartekrutkowski/watchgoose-mcp
Monitor cron jobs and recurring work through a project-scoped Watchgoose connection.
Watchgoose is a Model Context Protocol (MCP) server published by bartekrutkowski. It ranks #12,349 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Watchgoose is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 26, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 119,697 of 132,046 servers on MCP Toplist.
Use Watchgoose
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http watchgoose-mcp https://mcp.watchgoose.com/mcpclaude mcp add watchgoose-mcp -e "WATCHGOOSE_API_KEY=<your WATCHGOOSE_API_KEY>" -- npx -y watchgoose-mcpReplace each placeholder with your own value before saving.
[mcp_servers.watchgoose-mcp]
url = "https://mcp.watchgoose.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.watchgoose-mcp]
command = "npx"
args = ["-y", "watchgoose-mcp"]
[mcp_servers.watchgoose-mcp.env]
WATCHGOOSE_API_KEY = "<your WATCHGOOSE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.watchgoose.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"watchgoose-mcp": {
"command": "npx",
"args": [
"-y",
"watchgoose-mcp"
],
"env": {
"WATCHGOOSE_API_KEY": "<your WATCHGOOSE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"watchgoose-mcp": {
"url": "https://mcp.watchgoose.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"watchgoose-mcp": {
"command": "npx",
"args": [
"-y",
"watchgoose-mcp"
],
"env": {
"WATCHGOOSE_API_KEY": "<your WATCHGOOSE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"watchgoose-mcp": {
"type": "http",
"url": "https://mcp.watchgoose.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"watchgoose-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"watchgoose-mcp"
],
"env": {
"WATCHGOOSE_API_KEY": "<your WATCHGOOSE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"watchgoose-mcp": {
"serverUrl": "https://mcp.watchgoose.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"watchgoose-mcp": {
"command": "npx",
"args": [
"-y",
"watchgoose-mcp"
],
"env": {
"WATCHGOOSE_API_KEY": "<your WATCHGOOSE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"watchgoose-mcp": {
"url": "https://mcp.watchgoose.com/mcp"
}
}
}{
"mcpServers": {
"watchgoose-mcp": {
"command": "npx",
"args": [
"-y",
"watchgoose-mcp"
],
"env": {
"WATCHGOOSE_API_KEY": "<your WATCHGOOSE_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.bartekrutkowski%2Fwatchgoose-mcp)<a href="https://mcptoplist.com/server/io.github.bartekrutkowski%2Fwatchgoose-mcp"><img src="https://mcptoplist.com/badge/io.github.bartekrutkowski%2Fwatchgoose-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bartekrutkowski
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Sep 4, 2026 |
| 0.1.1 | Sep 2, 2026 |
Frequently asked questions
- Who maintains Watchgoose?
- Watchgoose is maintained by bartekrutkowski, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Watchgoose listed on the Official MCP Registry?
- Yes — Watchgoose is listed on the Official MCP Registry, alongside Glama.
- How many versions does Watchgoose have?
- MCP Toplist tracks 2 versions of Watchgoose, most recently published on Sep 4, 2026.
- Where can I find the source code for Watchgoose?
- The source code for Watchgoose is hosted at github.com/bartekrutkowski/watchgoose-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.