lystbot for Grok
io.github.touraround/lystbot
Smart lists and reminders your AI can use. Manage lists, categories, and reminders via MCP.
client:Grok
transport:stdio
runtime:npm
Install lystbot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lystbot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
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