lystbot for Cursor
io.github.touraround/lystbot
Smart lists and reminders your AI can use. Manage lists, categories, and reminders via MCP.
client:Cursor
transport:stdio
runtime:npm
Install lystbot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lystbot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lystbot"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs