pls touch grass for Grok
io.github.rinava/pls-touch-grass
An MCP server that knows how long it's been since you touched grass
client:Grok
transport:stdio
runtime:npm
Install pls touch grass in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pls-touch-grass": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pls-touch-grass-mcp"
],
"env": {
"GRASS_STATE_FILE": "<GRASS_STATE_FILE>"
}
}
}
}
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