Claude Code plugin and MCP server that nudges you to take outdoor breaks based on local weather, sunset timing, and session streaks. Exposes check_grass_conditions, suggest_activity, log_touch_grass, and get_stats tools — fully local, no API keys, no cloud storage.
{
"mcpServers": {
"touch-grass": {
"command": "npx",
"args": [
"-y",
"touch-grass"
]
}
}
}